From a90ea0667355e95766c032ebfd6fa7f288b55e6f Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 18 May 2016 18:04:39 +0200 Subject: call script --- hel.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hel.nix b/hel.nix index b7d406f4..c66da1ee 100644 --- a/hel.nix +++ b/hel.nix @@ -66,12 +66,12 @@ sha256 = "07fy120703rwpf7p0d8fdbrswx9jn1ln8wnnn7zkwwjq9mgr6ppp"; }; - buildInputs = old.buildInputs ++ (with pkgs; [ autoconf automake114x ]); + buildInputs = old.buildInputs ++ (with pkgs; [ autoconf automake114x gtk-doc ]); preConfigure = '' ${old.preConfigure} - automake + ./autogen.sh ''; }); }; -- cgit v1.2.3