Skip to content

Commit

Permalink
Python 3.6 fixup expat and libffi, fixes #23406
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Mar 3, 2017
1 parent b588ed9 commit a1f6b8b
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 a1f6b8b

Please sign in to comment.