update module
This commit is contained in:
parent
5fc5c123ff
commit
639e5cb8cf
1 changed files with 2 additions and 2 deletions
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
src = self;
|
src = self;
|
||||||
|
|
||||||
dependencies = with python3Packages; [ falcon requests jinja2 ];
|
propagatedBuildInputs = with python3Packages; [ falcon requests jinja2 ];
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
install -Dm755 ${./fragify.py} $out/bin/fragify
|
install -Dm755 ${./fragify.py} $out/bin/fragify
|
||||||
|
|
@ -37,7 +37,7 @@
|
||||||
fi
|
fi
|
||||||
'';
|
'';
|
||||||
|
|
||||||
passthru.pythonPath = python3Packages.makePythonPath dependencies;
|
passthru.pythonPath = python3Packages.makePythonPath propagatedBuildInputs;
|
||||||
|
|
||||||
meta.mainProgram = "fragify";
|
meta.mainProgram = "fragify";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue