mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
lzma: deprecate alias
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
, isPy3k
|
||||
, lzma
|
||||
, xz
|
||||
, python
|
||||
, pythonOlder
|
||||
}:
|
||||
@@ -18,7 +18,7 @@ if !(pythonOlder "3.3") then null else buildPythonPackage rec {
|
||||
sha256 = "16d8b68e4d3cd4e6c9ddb059850452946da3914c8a8e197a7f2b0954559f2df4";
|
||||
};
|
||||
|
||||
buildInputs = [ lzma ];
|
||||
buildInputs = [ xz ];
|
||||
|
||||
checkPhase = ''
|
||||
${python.interpreter} test/test_lzma.py
|
||||
|
||||
@@ -14,7 +14,6 @@
|
||||
, cramfsswap
|
||||
, sasquatch
|
||||
, squashfsTools
|
||||
, lzma
|
||||
, matplotlib
|
||||
, nose
|
||||
, pycrypto
|
||||
@@ -32,7 +31,7 @@ buildPythonPackage rec {
|
||||
sha256 = "1bxgj569fzwv6jhcbl864nmlsi9x1k1r20aywjxc8b9b1zgqrlvc";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ zlib xz ncompress gzip bzip2 gnutar p7zip cabextract squashfsTools lzma pycrypto ]
|
||||
propagatedBuildInputs = [ zlib xz ncompress gzip bzip2 gnutar p7zip cabextract squashfsTools xz pycrypto ]
|
||||
++ lib.optionals visualizationSupport [ matplotlib pyqtgraph ]
|
||||
++ lib.optionals (!stdenv.isDarwin) [ cramfsprogs cramfsswap sasquatch ];
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
, fetchPypi
|
||||
, pytest
|
||||
, zlib
|
||||
, lzma
|
||||
, xz
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -15,7 +15,7 @@ buildPythonPackage rec {
|
||||
sha256 = "1xnl80nblysj6dylj4683wgrfa425rkx4dp5k65hvwdns9pw753x";
|
||||
};
|
||||
|
||||
buildInputs = [ zlib lzma ];
|
||||
buildInputs = [ zlib xz ];
|
||||
|
||||
checkInputs = [ pytest ];
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
, cython
|
||||
, htslib
|
||||
, libdeflate
|
||||
, lzma
|
||||
, xz
|
||||
, pytest
|
||||
, samtools
|
||||
, zlib
|
||||
@@ -33,7 +33,7 @@ buildPythonPackage rec {
|
||||
curl
|
||||
cython
|
||||
libdeflate
|
||||
lzma
|
||||
xz
|
||||
zlib
|
||||
];
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
, rWrapper
|
||||
, rPackages
|
||||
, pcre
|
||||
, lzma
|
||||
, xz
|
||||
, bzip2
|
||||
, zlib
|
||||
, icu
|
||||
@@ -35,7 +35,7 @@ buildPythonPackage rec {
|
||||
readline
|
||||
R
|
||||
pcre
|
||||
lzma
|
||||
xz
|
||||
bzip2
|
||||
zlib
|
||||
icu
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
, rWrapper
|
||||
, rPackages
|
||||
, pcre
|
||||
, lzma
|
||||
, xz
|
||||
, bzip2
|
||||
, zlib
|
||||
, icu
|
||||
@@ -46,7 +46,7 @@ buildPythonPackage rec {
|
||||
|
||||
buildInputs = [
|
||||
pcre
|
||||
lzma
|
||||
xz
|
||||
bzip2
|
||||
zlib
|
||||
icu
|
||||
|
||||
Reference in New Issue
Block a user