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

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