This commit is contained in:
Domen Kožar 2015-02-04 14:11:33 +01:00
parent bb7246be3e
commit a3e23f6535

View File

@ -101,7 +101,7 @@ let
inherit zlibSupport libPrefix; inherit zlibSupport libPrefix;
executable = "pypy"; executable = "pypy";
isPypy = true; isPypy = true;
buildEnv = callPackage ../../python/wrapper.nix { python = self; }; buildEnv = callPackage ../python/wrapper.nix { python = self; };
interpreter = "${self}/bin/${executable}"; interpreter = "${self}/bin/${executable}";
}; };