python-3.4: Add support for lzma
This commit is contained in:
parent
c173ddb70e
commit
842ae7674b
@ -3,6 +3,7 @@
|
|||||||
, db
|
, db
|
||||||
, gdbm
|
, gdbm
|
||||||
, libX11, xproto
|
, libX11, xproto
|
||||||
|
, lzma
|
||||||
, ncurses
|
, ncurses
|
||||||
, openssl
|
, openssl
|
||||||
, readline
|
, readline
|
||||||
@ -21,7 +22,7 @@ let
|
|||||||
fullVersion = "${version}";
|
fullVersion = "${version}";
|
||||||
|
|
||||||
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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user