summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-08-22 22:14:26 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-08-22 22:14:26 +0200
commit0264881ba1790c4860bfbc7a0a69e3c30acfe79b (patch)
tree6aa03d31f7b4202d6fd0642f94102b6c02551df3 /hel.nix
parent5bc3c1fe40a75145b6f15b38b3a184faf631d78b (diff)
downloadnixos-0264881ba1790c4860bfbc7a0a69e3c30acfe79b.tar
nixos-0264881ba1790c4860bfbc7a0a69e3c30acfe79b.tar.gz
nixos-0264881ba1790c4860bfbc7a0a69e3c30acfe79b.tar.bz2
nixos-0264881ba1790c4860bfbc7a0a69e3c30acfe79b.tar.xz
nixos-0264881ba1790c4860bfbc7a0a69e3c30acfe79b.zip
...
Diffstat (limited to 'hel.nix')
-rw-r--r--hel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index 3436a09b..c1bdcb84 100644
--- a/hel.nix
+++ b/hel.nix
@@ -114,7 +114,7 @@
114 sha256 = "1z9f3cwyhi10q2xqy33z516s259c56njzq1fbl5zn1yngfzlshk6"; 114 sha256 = "1z9f3cwyhi10q2xqy33z516s259c56njzq1fbl5zn1yngfzlshk6";
115 }; 115 };
116 116
117 nativeBuildInputs = with pkgs; oldAttrs.nativeBuildInputs or [] ++ [libtool]; 117 nativeBuildInputs = with pkgs; oldAttrs.nativeBuildInputs or [] ++ [ libtool automake ];
118 118
119 preConfigure = '' 119 preConfigure = ''
120 NOCONFIGURE=true ./autogen.sh 120 NOCONFIGURE=true ./autogen.sh