From 6faaab300dce44e8a6e72edd6d20b22039b85fb3 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 18 May 2016 18:00:30 +0200 Subject: autoconf --- hel.nix | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'hel.nix') diff --git a/hel.nix b/hel.nix index 87f68360..aca48fa7 100644 --- a/hel.nix +++ b/hel.nix @@ -65,6 +65,14 @@ rev = "c5ed53cfabc0d7ba20dea1047db718f2ca0a6d80"; sha256 = "07fy120703rwpf7p0d8fdbrswx9jn1ln8wnnn7zkwwjq9mgr6ppp"; }; + + buildInputs = old.buildInputs ++ (with pkgs; [ autoconf ]); + + preConfigure = '' + ${old.preConfigure} + + autoconf + ''; }); }; -- cgit v1.2.3