summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hel.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index b421e5e6..2c28891d 100644
--- a/hel.nix
+++ b/hel.nix
@@ -114,8 +114,10 @@
114 sha256 = "1z9f3cwyhi10q2xqy33z516s259c56njzq1fbl5zn1yngfzlshk6"; 114 sha256 = "1z9f3cwyhi10q2xqy33z516s259c56njzq1fbl5zn1yngfzlshk6";
115 }; 115 };
116 116
117 nativeBuildInputs = with pkgs; [libtool];
118
117 preConfigure = '' 119 preConfigure = ''
118 ./autogen.sh 120 NOCONFIGURE=true ./autogen.sh
119 ''; 121 '';
120 }); 122 });
121 }; 123 };