diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-08-22 22:12:10 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-08-22 22:12:10 +0200 |
commit | 6ce5278c5dcd4707419c37e3838049e8b068ae56 (patch) | |
tree | 87e686a199e4a67d00ad353e3491ef58cda621f1 /hel.nix | |
parent | b17d381815642507294c148cc297d68cbd26d6ac (diff) | |
download | nixos-6ce5278c5dcd4707419c37e3838049e8b068ae56.tar nixos-6ce5278c5dcd4707419c37e3838049e8b068ae56.tar.gz nixos-6ce5278c5dcd4707419c37e3838049e8b068ae56.tar.bz2 nixos-6ce5278c5dcd4707419c37e3838049e8b068ae56.tar.xz nixos-6ce5278c5dcd4707419c37e3838049e8b068ae56.zip |
...
Diffstat (limited to 'hel.nix')
-rw-r--r-- | hel.nix | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 | }; |