summary refs log tree commit diff
path: root/nixos/modules/services/web-servers
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2016-12-08 21:02:36 +0300
committerNikolay Amiantov <ab@fmap.me>2016-12-08 21:03:41 +0300
commit9cca8e3f8701f0366759e54ba74ef90f031398e1 (patch)
treebb770fc81b39703814308c8d1ef559e05229ee13 /nixos/modules/services/web-servers
parentece67bfa01053f9687f1491f1fcb5617c988900c (diff)
downloadnixlib-9cca8e3f8701f0366759e54ba74ef90f031398e1.tar
nixlib-9cca8e3f8701f0366759e54ba74ef90f031398e1.tar.gz
nixlib-9cca8e3f8701f0366759e54ba74ef90f031398e1.tar.bz2
nixlib-9cca8e3f8701f0366759e54ba74ef90f031398e1.tar.lz
nixlib-9cca8e3f8701f0366759e54ba74ef90f031398e1.tar.xz
nixlib-9cca8e3f8701f0366759e54ba74ef90f031398e1.tar.zst
nixlib-9cca8e3f8701f0366759e54ba74ef90f031398e1.zip
uwsgi service: fix for new pythonPackages
Diffstat (limited to 'nixos/modules/services/web-servers')
-rw-r--r--nixos/modules/services/web-servers/uwsgi.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/services/web-servers/uwsgi.nix b/nixos/modules/services/web-servers/uwsgi.nix
index 56f077e62a89..14596bb3add0 100644
--- a/nixos/modules/services/web-servers/uwsgi.nix
+++ b/nixos/modules/services/web-servers/uwsgi.nix
@@ -29,7 +29,6 @@ let
 
       pythonPackages = pkgs.pythonPackages.override {
         inherit python;
-        self = pythonPackages;
       };
 
       penv = python.buildEnv.override {