From 4e2a3160670dca8501c895a01886702cf837e018 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 18 May 2016 18:01:13 +0200 Subject: automake --- hel.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hel.nix b/hel.nix index aca48fa7..60167d6b 100644 --- a/hel.nix +++ b/hel.nix @@ -66,7 +66,7 @@ sha256 = "07fy120703rwpf7p0d8fdbrswx9jn1ln8wnnn7zkwwjq9mgr6ppp"; }; - buildInputs = old.buildInputs ++ (with pkgs; [ autoconf ]); + buildInputs = old.buildInputs ++ (with pkgs; [ autoconf automake114x ]); preConfigure = '' ${old.preConfigure} -- cgit v1.2.3