From b7a67e1787de3b28f8abdf9ec688936a105824bc Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 18 May 2016 18:16:57 +0200 Subject: =?UTF-8?q?maybe=20automake=20isn=C2=B4t=20playing=20nicely=3F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hel.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hel.nix b/hel.nix index f51e5a95..181d9bd2 100644 --- a/hel.nix +++ b/hel.nix @@ -66,7 +66,7 @@ sha256 = "07fy120703rwpf7p0d8fdbrswx9jn1ln8wnnn7zkwwjq9mgr6ppp"; }; - buildInputs = old.buildInputs ++ (with pkgs; [ autoconf automake114x gnome.gtkdoc libtool pkgconfig ]); + buildInputs = old.buildInputs ++ (with pkgs; [ autoconf automake gnome.gtkdoc libtool pkgconfig ]); preConfigure = "./autogen.sh"; }); -- cgit v1.2.3