Python 3.4: use system expat and ffi
This commit is contained in:
parent
1bbf249bef
commit
57ded03833
@ -1,5 +1,7 @@
|
|||||||
{ stdenv, fetchurl
|
{ stdenv, fetchurl
|
||||||
, bzip2
|
, bzip2
|
||||||
|
, expat
|
||||||
|
, libffi
|
||||||
, gdbm
|
, gdbm
|
||||||
, lzma
|
, lzma
|
||||||
, ncurses
|
, ncurses
|
||||||
@ -84,6 +86,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…
x
Reference in New Issue
Block a user