summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorvolth <volth@webmaster.ms>2017-01-05 17:37:33 +0000
committervolth <volth@webmaster.ms>2017-01-05 17:37:33 +0000
commit9bb6d91c73b33d466a7da3aed7767eca12f227c6 (patch)
treeaab91a54b5e9c7d25e9a3bb26d1259f516374e37 /nixos
parentc58ac7e4d6f82e968bcb3bc05ca8af107294d3a5 (diff)
downloadnixpkgs-9bb6d91c73b33d466a7da3aed7767eca12f227c6.tar
nixpkgs-9bb6d91c73b33d466a7da3aed7767eca12f227c6.tar.gz
nixpkgs-9bb6d91c73b33d466a7da3aed7767eca12f227c6.tar.bz2
nixpkgs-9bb6d91c73b33d466a7da3aed7767eca12f227c6.tar.lz
nixpkgs-9bb6d91c73b33d466a7da3aed7767eca12f227c6.tar.xz
nixpkgs-9bb6d91c73b33d466a7da3aed7767eca12f227c6.tar.zst
nixpkgs-9bb6d91c73b33d466a7da3aed7767eca12f227c6.zip
httpd: setuptools is not top-level
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/web-servers/apache-httpd/trac.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/web-servers/apache-httpd/trac.nix b/nixos/modules/services/web-servers/apache-httpd/trac.nix
index 87ed36e3530..35b9ab56087 100644
--- a/nixos/modules/services/web-servers/apache-httpd/trac.nix
+++ b/nixos/modules/services/web-servers/apache-httpd/trac.nix
@@ -99,7 +99,7 @@ in
         makeSearchPathOutput "lib" "lib/${pkgs.python.libPrefix}/site-packages"
           [ pkgs.mod_python
             pkgs.pythonPackages.trac
-            pkgs.setuptools
+            pkgs.pythonPackages.setuptools
             pkgs.pythonPackages.genshi
             pkgs.pythonPackages.psycopg2
             subversion