summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hel.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hel.nix b/hel.nix
index 96abc658..141ca672 100644
--- a/hel.nix
+++ b/hel.nix
@@ -71,6 +71,7 @@
71 preConfigure = '' 71 preConfigure = ''
72 ${old.preConfigure} 72 ${old.preConfigure}
73 73
74 aclocal
74 ${pkgs.stdenv.shell} autogen.sh 75 ${pkgs.stdenv.shell} autogen.sh
75 ''; 76 '';
76 }); 77 });