Python 3.6: use system expat and ffi
This commit is contained in:
parent
1531b5edd2
commit
d33f6f4032
@ -1,6 +1,8 @@
|
|||||||
{ stdenv, fetchurl, fetchpatch
|
{ stdenv, fetchurl, fetchpatch
|
||||||
, glibc
|
, glibc
|
||||||
, bzip2
|
, bzip2
|
||||||
|
, expat
|
||||||
|
, libffi
|
||||||
, gdbm
|
, gdbm
|
||||||
, lzma
|
, lzma
|
||||||
, ncurses
|
, ncurses
|
||||||
@ -86,6 +88,8 @@ in stdenv.mkDerivation {
|
|||||||
"--enable-shared"
|
"--enable-shared"
|
||||||
"--with-threads"
|
"--with-threads"
|
||||||
"--without-ensurepip"
|
"--without-ensurepip"
|
||||||
|
"--with-system-expat"
|
||||||
|
"--with-system-ffi"
|
||||||
];
|
];
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user