summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hel.nix')
-rw-r--r--hel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index 33b17c42..81457da5 100644
--- a/hel.nix
+++ b/hel.nix
@@ -134,7 +134,7 @@
134 sha256 = "0kg5nj8ghjw2b6938092lqaxjciqr25ss78q8g85w60jd37x0f1b"; 134 sha256 = "0kg5nj8ghjw2b6938092lqaxjciqr25ss78q8g85w60jd37x0f1b";
135 }; 135 };
136 136
137 nativeBuildInputs = with pkgs; oldAttrs.nativeBuildInputs or [] ++ [ autoconf automake ]; 137 nativeBuildInputs = with pkgs; oldAttrs.nativeBuildInputs or [] ++ [ autoreconfHook ];
138 }); 138 });
139 }; 139 };
140 140