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;
executable = "pypy";
isPypy = true;
buildEnv = callPackage ../../python/wrapper.nix { python = self; };
buildEnv = callPackage ../python/wrapper.nix { python = self; };
interpreter = "${self}/bin/${executable}";
};