mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-02 17:09:09 +03:00
pypy: fix build
This commit is contained in:
parent
9b27c09465
commit
2081a69092
@ -34,7 +34,7 @@ let
|
|||||||
patch lib-python/2.7/test/test_pyexpat.py < '${expatch}'
|
patch lib-python/2.7/test/test_pyexpat.py < '${expatch}'
|
||||||
'';
|
'';
|
||||||
|
|
||||||
buildInputs = [ bzip2 openssl pkgconfig python python.tkinter libffi ncurses expat sqlite tk tcl xlibsWrapper libX11 makeWrapper gdbm db ]
|
buildInputs = [ bzip2 openssl pkgconfig python libffi ncurses expat sqlite tk tcl xlibsWrapper libX11 makeWrapper gdbm db ]
|
||||||
++ stdenv.lib.optional (stdenv ? cc && stdenv.cc.libc != null) stdenv.cc.libc
|
++ stdenv.lib.optional (stdenv ? cc && stdenv.cc.libc != null) stdenv.cc.libc
|
||||||
++ stdenv.lib.optional zlibSupport zlib;
|
++ stdenv.lib.optional zlibSupport zlib;
|
||||||
|
|
||||||
|
@ -5528,6 +5528,7 @@ in
|
|||||||
|
|
||||||
pypy27 = callPackage ../development/interpreters/python/pypy/2.7 {
|
pypy27 = callPackage ../development/interpreters/python/pypy/2.7 {
|
||||||
self = pypy27;
|
self = pypy27;
|
||||||
|
python = python27.override{x11Support=true;};
|
||||||
};
|
};
|
||||||
|
|
||||||
python2nix = callPackage ../tools/package-management/python2nix { };
|
python2nix = callPackage ../tools/package-management/python2nix { };
|
||||||
|
Loading…
Reference in New Issue
Block a user