diff options
-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 | ||