diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-05-18 18:00:30 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-05-18 18:00:30 +0200 |
commit | 6faaab300dce44e8a6e72edd6d20b22039b85fb3 (patch) | |
tree | d2721eddd316192b3a773f2d2cb475968a01c1da /hel.nix | |
parent | 106f8e32649ea4a3e186db28a81629b7877e67f6 (diff) | |
download | nixos-6faaab300dce44e8a6e72edd6d20b22039b85fb3.tar nixos-6faaab300dce44e8a6e72edd6d20b22039b85fb3.tar.gz nixos-6faaab300dce44e8a6e72edd6d20b22039b85fb3.tar.bz2 nixos-6faaab300dce44e8a6e72edd6d20b22039b85fb3.tar.xz nixos-6faaab300dce44e8a6e72edd6d20b22039b85fb3.zip |
autoconf
Diffstat (limited to 'hel.nix')
-rw-r--r-- | hel.nix | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -65,6 +65,14 @@ | |||
65 | rev = "c5ed53cfabc0d7ba20dea1047db718f2ca0a6d80"; | 65 | rev = "c5ed53cfabc0d7ba20dea1047db718f2ca0a6d80"; |
66 | sha256 = "07fy120703rwpf7p0d8fdbrswx9jn1ln8wnnn7zkwwjq9mgr6ppp"; | 66 | sha256 = "07fy120703rwpf7p0d8fdbrswx9jn1ln8wnnn7zkwwjq9mgr6ppp"; |
67 | }; | 67 | }; |
68 | |||
69 | buildInputs = old.buildInputs ++ (with pkgs; [ autoconf ]); | ||
70 | |||
71 | preConfigure = '' | ||
72 | ${old.preConfigure} | ||
73 | |||
74 | autoconf | ||
75 | ''; | ||
68 | }); | 76 | }); |
69 | }; | 77 | }; |
70 | 78 | ||