mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 23:20:55 +00:00
remove workaround for uwsgi < 2.0.19
This commit is contained in:
parent
826b7c18b5
commit
2b0cfa48ab
|
@ -132,9 +132,6 @@ in
|
||||||
chdir = "${pkg}/${pkg.pythonModule.sitePackages}/ihatemoney";
|
chdir = "${pkg}/${pkg.pythonModule.sitePackages}/ihatemoney";
|
||||||
env = [ "IHATEMONEY_SETTINGS_FILE_PATH=${configFile}" ];
|
env = [ "IHATEMONEY_SETTINGS_FILE_PATH=${configFile}" ];
|
||||||
pythonPackages = self: [ self.ihatemoney ];
|
pythonPackages = self: [ self.ihatemoney ];
|
||||||
# workaround for https://github.com/unbit/uwsgi/issues/1126
|
|
||||||
# probably fixed in uwsgi 2.0.19 https://github.com/unbit/uwsgi/commit/d0444450a195f218456a2149d9c2066afa0ae52a
|
|
||||||
wsgi-disable-file-wrapper = true;
|
|
||||||
} // cfg.uwsgiConfig;
|
} // cfg.uwsgiConfig;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue