summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-08-22 22:12:10 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-08-22 22:12:10 +0200
commit6ce5278c5dcd4707419c37e3838049e8b068ae56 (patch)
tree87e686a199e4a67d00ad353e3491ef58cda621f1
parentb17d381815642507294c148cc297d68cbd26d6ac (diff)
downloadnixos-6ce5278c5dcd4707419c37e3838049e8b068ae56.tar
nixos-6ce5278c5dcd4707419c37e3838049e8b068ae56.tar.gz
nixos-6ce5278c5dcd4707419c37e3838049e8b068ae56.tar.bz2
nixos-6ce5278c5dcd4707419c37e3838049e8b068ae56.tar.xz
nixos-6ce5278c5dcd4707419c37e3838049e8b068ae56.zip
...
-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 };