remove unused setuptools/site.nix

This commit is contained in:
Domen Kožar
2014-01-03 18:05:35 +01:00
parent a0ff8f687f
commit 6cbc1d554f
2 changed files with 0 additions and 21 deletions

View File

@@ -48,11 +48,6 @@ pythonPackages = modules // import ./python-packages-generated.nix {
inherit python wrapPython;
};
setuptoolsSite = import ../development/python-modules/setuptools/site.nix {
inherit (pkgs) stdenv;
inherit python setuptools;
};
# packages defined elsewhere
blivet = callPackage ../development/python-modules/blivet { };