summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-05-18 18:07:28 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2016-05-18 18:07:28 +0200
commit31fea2dbf4a3b3933edaec19fcf4071ec0040178 (patch)
tree73a1792f54fc43db455a9af020194d229f260823
parent39d42771b09320f783c788f8561ac69cf9c49d6d (diff)
downloadnixos-31fea2dbf4a3b3933edaec19fcf4071ec0040178.tar
nixos-31fea2dbf4a3b3933edaec19fcf4071ec0040178.tar.gz
nixos-31fea2dbf4a3b3933edaec19fcf4071ec0040178.tar.bz2
nixos-31fea2dbf4a3b3933edaec19fcf4071ec0040178.tar.xz
nixos-31fea2dbf4a3b3933edaec19fcf4071ec0040178.zip
libtool
-rw-r--r--hel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index 35f59a70..96abc658 100644
--- a/hel.nix
+++ b/hel.nix
@@ -66,7 +66,7 @@
66 sha256 = "07fy120703rwpf7p0d8fdbrswx9jn1ln8wnnn7zkwwjq9mgr6ppp"; 66 sha256 = "07fy120703rwpf7p0d8fdbrswx9jn1ln8wnnn7zkwwjq9mgr6ppp";
67 }; 67 };
68 68
69 buildInputs = old.buildInputs ++ (with pkgs; [ autoconf automake114x gnome.gtkdoc ]); 69 buildInputs = old.buildInputs ++ (with pkgs; [ autoconf automake114x gnome.gtkdoc libtool ]);
70 70
71 preConfigure = '' 71 preConfigure = ''
72 ${old.preConfigure} 72 ${old.preConfigure}