Skip to content

Commit

Permalink
Python 3.4: fixup expat and libffi, fixes #23325
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Mar 2, 2017
1 parent 64d4bfd commit b588ed9
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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 ];

Expand Down

0 comments on commit b588ed9

Please sign in to comment.