uwsgi service: fix for new pythonPackages

This commit is contained in:
Nikolay Amiantov 2016-12-08 21:02:36 +03:00
parent ece67bfa01
commit 9cca8e3f87

View File

@ -29,7 +29,6 @@ let
pythonPackages = pkgs.pythonPackages.override {
inherit python;
self = pythonPackages;
};
penv = python.buildEnv.override {