pixie: fix build with pypy

This commit is contained in:
Herwig Hochleitner 2019-01-31 19:51:23 +01:00
parent 03960a323d
commit f89f2478b8

View File

@ -35,7 +35,7 @@ let
nativeBuildInputs = [ makeWrapper pkgconfig ]; nativeBuildInputs = [ makeWrapper pkgconfig ];
buildInputs = libs; buildInputs = libs;
PYTHON = if buildWithPypy PYTHON = if buildWithPypy
then "${pypy}/pypy-c/.pypy-c-wrapped" then "${pypy}/pypy-c/pypy-c"
else "${python2.interpreter}"; else "${python2.interpreter}";
unpackPhase = '' unpackPhase = ''
cp -R ${pixie-src} pixie-src cp -R ${pixie-src} pixie-src