remove unused setuptools/site.nix
This commit is contained in:
parent
a0ff8f687f
commit
6cbc1d554f
@ -1,16 +0,0 @@
|
|||||||
# Propagated by buildPythonPackge to process pth files
|
|
||||||
|
|
||||||
{ stdenv, python, setuptools }:
|
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
|
||||||
name = "python-setuptools-site-${setuptools.version}";
|
|
||||||
|
|
||||||
buildInputs = [ python setuptools ];
|
|
||||||
|
|
||||||
unpackPhase = "true";
|
|
||||||
installPhase = ''
|
|
||||||
dst="$out/lib/${python.libPrefix}/site-packages"
|
|
||||||
ensureDir $dst
|
|
||||||
ln -s ${setuptools}/lib/${python.libPrefix}/site-packages/site.* $dst/
|
|
||||||
'';
|
|
||||||
}
|
|
@ -48,11 +48,6 @@ pythonPackages = modules // import ./python-packages-generated.nix {
|
|||||||
inherit python wrapPython;
|
inherit python wrapPython;
|
||||||
};
|
};
|
||||||
|
|
||||||
setuptoolsSite = import ../development/python-modules/setuptools/site.nix {
|
|
||||||
inherit (pkgs) stdenv;
|
|
||||||
inherit python setuptools;
|
|
||||||
};
|
|
||||||
|
|
||||||
# packages defined elsewhere
|
# packages defined elsewhere
|
||||||
|
|
||||||
blivet = callPackage ../development/python-modules/blivet { };
|
blivet = callPackage ../development/python-modules/blivet { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user