python-3.3: Add support for lzma

This commit is contained in:
Ricardo M. Correia 2014-03-23 15:48:33 +01:00
parent 13bc37ed3e
commit c173ddb70e

View File

@ -3,6 +3,7 @@
, db , db
, gdbm , gdbm
, libX11, xproto , libX11, xproto
, lzma
, ncurses , ncurses
, openssl , openssl
, readline , readline
@ -20,7 +21,7 @@ let
version = "${majorVersion}.5"; version = "${majorVersion}.5";
buildInputs = filter (p: p != null) [ buildInputs = filter (p: p != null) [
zlib bzip2 gdbm sqlite db readline ncurses openssl tcl tk libX11 xproto zlib bzip2 lzma gdbm sqlite db readline ncurses openssl tcl tk libX11 xproto
]; ];
in in
stdenv.mkDerivation { stdenv.mkDerivation {