summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-08-22 23:22:26 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-08-22 23:22:26 +0200
commite020743d353f539ac75629c5b3ca6494a47704c6 (patch)
treea26f12a33109808ecfb43c4005c6c240bcdb8842 /hel.nix
parent69658c1a68396f896305bc7753e827dd07f187aa (diff)
downloadnixos-e020743d353f539ac75629c5b3ca6494a47704c6.tar
nixos-e020743d353f539ac75629c5b3ca6494a47704c6.tar.gz
nixos-e020743d353f539ac75629c5b3ca6494a47704c6.tar.bz2
nixos-e020743d353f539ac75629c5b3ca6494a47704c6.tar.xz
nixos-e020743d353f539ac75629c5b3ca6494a47704c6.zip
...
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