diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-05-18 18:07:28 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-05-18 18:07:28 +0200 |
commit | 31fea2dbf4a3b3933edaec19fcf4071ec0040178 (patch) | |
tree | 73a1792f54fc43db455a9af020194d229f260823 | |
parent | 39d42771b09320f783c788f8561ac69cf9c49d6d (diff) | |
download | nixos-31fea2dbf4a3b3933edaec19fcf4071ec0040178.tar nixos-31fea2dbf4a3b3933edaec19fcf4071ec0040178.tar.gz nixos-31fea2dbf4a3b3933edaec19fcf4071ec0040178.tar.bz2 nixos-31fea2dbf4a3b3933edaec19fcf4071ec0040178.tar.xz nixos-31fea2dbf4a3b3933edaec19fcf4071ec0040178.zip |
libtool
-rw-r--r-- | hel.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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} |