Python 3.4: fixup expat and libffi, fixes #23325

This commit is contained in:
Frederik Rietdijk 2017-03-02 13:16:37 +01:00
parent 64d4bfd139
commit b588ed95b9
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ let
sitePackages = "lib/${libPrefix}/site-packages";
buildInputs = filter (p: p != null) [
zlib bzip2 lzma gdbm sqlite readline ncurses openssl ]
zlib bzip2 expat lzma libffi gdbm sqlite readline ncurses openssl ]
++ optionals x11Support [ tcl tk libX11 xproto ]
++ optionals stdenv.isDarwin [ CF configd ];