summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hel.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/hel.nix b/hel.nix
index 87f68360..aca48fa7 100644
--- a/hel.nix
+++ b/hel.nix
@@ -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