lzma: deprecate alias

This commit is contained in:
Sandro Jäckel
2021-04-04 19:49:52 +02:00
parent d24e2d1b0b
commit 3453b89f4b
76 changed files with 708 additions and 149 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
{ lib, stdenv, fetchurl, cmake, makeWrapper
, boost, lzma
, boost, xz
, withGog ? false, unar ? null }:
stdenv.mkDerivation rec {
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
sha256 = "09l1z1nbl6ijqqwszdwch9mqr54qb7df0wp2sd77v17dq6gsci33";
};
buildInputs = [ lzma boost ];
buildInputs = [ xz boost ];
# Python is reported as missing during the build, however
# including Python does not change the output.