uwsgi service: fix for new pythonPackages

This commit is contained in:
Nikolay Amiantov
2016-12-08 21:03:41 +03:00
parent ece67bfa01
commit 9cca8e3f87
@@ -29,7 +29,6 @@ let
pythonPackages = pkgs.pythonPackages.override { pythonPackages = pkgs.pythonPackages.override {
inherit python; inherit python;
self = pythonPackages;
}; };
penv = python.buildEnv.override { penv = python.buildEnv.override {