From 6ce5278c5dcd4707419c37e3838049e8b068ae56 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 22 Aug 2018 22:12:10 +0200 Subject: ... --- hel.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hel.nix b/hel.nix index b421e5e6..2c28891d 100644 --- a/hel.nix +++ b/hel.nix @@ -114,8 +114,10 @@ sha256 = "1z9f3cwyhi10q2xqy33z516s259c56njzq1fbl5zn1yngfzlshk6"; }; + nativeBuildInputs = with pkgs; [libtool]; + preConfigure = '' - ./autogen.sh + NOCONFIGURE=true ./autogen.sh ''; }); }; -- cgit v1.2.3