mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 11:22:58 +00: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}'
|
||||
'';
|
||||
|
||||
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 zlibSupport zlib;
|
||||
|
||||
|
@ -5528,6 +5528,7 @@ in
|
||||
|
||||
pypy27 = callPackage ../development/interpreters/python/pypy/2.7 {
|
||||
self = pypy27;
|
||||
python = python27.override{x11Support=true;};
|
||||
};
|
||||
|
||||
python2nix = callPackage ../tools/package-management/python2nix { };
|
||||
|
Loading…
Reference in New Issue
Block a user