summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSymphorien Gibol <symphorien+git@xlumurb.eu>2020-06-25 12:00:00 +0000
committerSymphorien Gibol <symphorien+git@xlumurb.eu>2020-07-06 18:35:35 +0200
commit2b0cfa48abe311e85785b94d8efa23d104e0e9b8 (patch)
tree83d3ceb20e91a080698cdbb3047801a8b1655e78
parent826b7c18b55d054209d2157c0a91789f86e89dc3 (diff)
remove workaround for uwsgi < 2.0.19
-rw-r--r--nixos/modules/services/web-apps/ihatemoney/default.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/nixos/modules/services/web-apps/ihatemoney/default.nix b/nixos/modules/services/web-apps/ihatemoney/default.nix
index b7c646df238f..68769ac8c031 100644
--- a/nixos/modules/services/web-apps/ihatemoney/default.nix
+++ b/nixos/modules/services/web-apps/ihatemoney/default.nix
@@ -132,9 +132,6 @@ in
chdir = "${pkg}/${pkg.pythonModule.sitePackages}/ihatemoney";
env = [ "IHATEMONEY_SETTINGS_FILE_PATH=${configFile}" ];
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;
};
};