diff options
-rw-r--r-- | hel.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 | }); |