update module
This commit is contained in:
parent
08bf161f09
commit
d465101913
2 changed files with 11 additions and 8 deletions
|
|
@ -36,12 +36,8 @@
|
|||
# Django manage helper
|
||||
install -Dm755 ${./manage.py} $out/bin/fragdenrat-manage
|
||||
# Templates and static assets
|
||||
if [ -d ./templates ]; then
|
||||
cp -r ./templates $out/share/fragdenrat/
|
||||
fi
|
||||
if [ -d ./assets ]; then
|
||||
cp -r ./assets $out/share/fragdenrat/
|
||||
fi
|
||||
cp -r ./templates $out/share/fragdenrat/
|
||||
cp -r ./assets $out/share/fragdenrat/
|
||||
'';
|
||||
|
||||
passthru.pythonPath = python3Packages.makePythonPath dependencies;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue