From 905b723d8f0b7da7e7a79ac6fadc2df7105cf9f0 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 22 Aug 2018 22:15:09 +0200 Subject: ... --- hel.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hel.nix b/hel.nix index c1bdcb84..3d52720c 100644 --- a/hel.nix +++ b/hel.nix @@ -114,7 +114,7 @@ sha256 = "1z9f3cwyhi10q2xqy33z516s259c56njzq1fbl5zn1yngfzlshk6"; }; - nativeBuildInputs = with pkgs; oldAttrs.nativeBuildInputs or [] ++ [ libtool automake ]; + nativeBuildInputs = with pkgs; oldAttrs.nativeBuildInputs or [] ++ [ libtool automake autoconf ]; preConfigure = '' NOCONFIGURE=true ./autogen.sh -- cgit v1.2.3