lzma: deprecate alias
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{stdenv, lib, fetchFromGitHub, lzma, xar}:
|
||||
{stdenv, lib, fetchFromGitHub, xz, xar}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "pbzx";
|
||||
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
|
||||
rev = "v${version}";
|
||||
sha256 = "0bwd7wmnhpz1n5p39mh6asfyccj4cm06hwigslcwbb3pdwmvxc90";
|
||||
};
|
||||
buildInputs = [ lzma xar ];
|
||||
buildInputs = [ xz xar ];
|
||||
buildPhase = ''
|
||||
cc pbzx.c -llzma -lxar -o pbzx
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user