python: remove psyco

This commit is contained in:
Frederik Rietdijk 2015-12-11 10:37:58 +01:00
parent 7a8671a905
commit aa4777c45b
2 changed files with 0 additions and 16 deletions

View File

@ -1,14 +0,0 @@
{stdenv, fetchurl, python}:
assert stdenv.system == "i686-linux";
stdenv.mkDerivation {
name = "psyco-1.5.2";
src = fetchurl {
url = mirror://sourceforge/psyco/psyco-1.5.2-src.tar.gz;
md5 = "bceb17423d06b573dc7b875d34e79417";
};
buildInputs = [python];
buildPhase = "true";
installPhase = "python ./setup.py install --prefix=$out";
}

View File

@ -9017,8 +9017,6 @@ let
ecdsa = pythonPackages.ecdsa;
psyco = callPackage ../development/python-modules/psyco { };
pycairo = pythonPackages.pycairo;
pycapnp = pythonPackages.pycapnp;