summaryrefslogtreecommitdiffstats
path: root/pkgs/development/tools/misc/autoconf/2.13.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/misc/autoconf/2.13.nix')
-rw-r--r--pkgs/development/tools/misc/autoconf/2.13.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/misc/autoconf/2.13.nix b/pkgs/development/tools/misc/autoconf/2.13.nix
index e5280d46b598..26d6d9178edd 100644
--- a/pkgs/development/tools/misc/autoconf/2.13.nix
+++ b/pkgs/development/tools/misc/autoconf/2.13.nix
@@ -1,4 +1,4 @@
-{lib, stdenv, fetchurl, m4, perl, lzma}:
+{lib, stdenv, fetchurl, m4, perl, xz}:
stdenv.mkDerivation rec {
name = "autoconf-2.13";
@@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
sha256 = "07krzl4czczdsgzrrw9fiqx35xcf32naf751khg821g5pqv12qgh";
};
- nativebuildInputs = [ lzma ];
+ nativebuildInputs = [ xz ];
buildInputs = [ m4 perl ];
doCheck = true;