lzma: deprecate alias
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, texinfo, ncurses, lzma }:
|
||||
{ stdenv, fetchurl, texinfo, ncurses, xz }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "texinfo";
|
||||
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
buildInputs = [ ncurses ];
|
||||
nativeBuildInputs = [ lzma ];
|
||||
nativeBuildInputs = [ xz ];
|
||||
|
||||
# Disabled because we don't have zdiff in the stdenv bootstrap.
|
||||
#doCheck = true;
|
||||
|
||||
Reference in New Issue
Block a user