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