fix eval
This commit is contained in:
parent
bb7246be3e
commit
a3e23f6535
1 changed files with 1 additions and 1 deletions
|
@ -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}";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue