lzma: deprecate alias

This commit is contained in:
Sandro Jäckel
2021-03-14 19:12:53 +01:00
parent d24e2d1b0b
commit 3453b89f4b
76 changed files with 708 additions and 149 deletions

View File

@@ -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 ];