summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
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