summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-05-18 18:04:39 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2016-05-18 18:04:39 +0200
commita90ea0667355e95766c032ebfd6fa7f288b55e6f (patch)
tree1d43462b3b876e7868a64309097254c72a976628
parent8de933dd48ce6a2d42dddc219231a03f42ebbf05 (diff)
downloadnixos-a90ea0667355e95766c032ebfd6fa7f288b55e6f.tar
nixos-a90ea0667355e95766c032ebfd6fa7f288b55e6f.tar.gz
nixos-a90ea0667355e95766c032ebfd6fa7f288b55e6f.tar.bz2
nixos-a90ea0667355e95766c032ebfd6fa7f288b55e6f.tar.xz
nixos-a90ea0667355e95766c032ebfd6fa7f288b55e6f.zip
call script
-rw-r--r--hel.nix4
1 files 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 @@
66 sha256 = "07fy120703rwpf7p0d8fdbrswx9jn1ln8wnnn7zkwwjq9mgr6ppp"; 66 sha256 = "07fy120703rwpf7p0d8fdbrswx9jn1ln8wnnn7zkwwjq9mgr6ppp";
67 }; 67 };
68 68
69 buildInputs = old.buildInputs ++ (with pkgs; [ autoconf automake114x ]); 69 buildInputs = old.buildInputs ++ (with pkgs; [ autoconf automake114x gtk-doc ]);
70 70
71 preConfigure = '' 71 preConfigure = ''
72 ${old.preConfigure} 72 ${old.preConfigure}
73 73
74 automake 74 ./autogen.sh
75 ''; 75 '';
76 }); 76 });
77 }; 77 };