fix databasePath
This commit is contained in:
@@ -32,6 +32,9 @@ in
|
||||
installPhase = ''
|
||||
cp -r . $out/app
|
||||
makeWrapper $out/app/manage.py $out/bin/e11sync \
|
||||
${lib.optionalString (databasePath != null) ''
|
||||
--set E11SYNC_DATABASE_PATH "${databasePath}" \
|
||||
''} \
|
||||
--set GEOIP_PATH "${geoip-mmdb}"
|
||||
|
||||
makeWrapper ${uwsgi-python}/bin/uwsgi $out/bin/e11sync-backend \
|
||||
|
||||
Reference in New Issue
Block a user