summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index 60167d6b..b7d406f4 100644
--- a/hel.nix
+++ b/hel.nix
@@ -71,7 +71,7 @@
71 preConfigure = '' 71 preConfigure = ''
72 ${old.preConfigure} 72 ${old.preConfigure}
73 73
74 autoconf 74 automake
75 ''; 75 '';
76 }); 76 });
77 }; 77 };