diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-08-22 23:22:26 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-08-22 23:22:26 +0200 |
commit | e020743d353f539ac75629c5b3ca6494a47704c6 (patch) | |
tree | a26f12a33109808ecfb43c4005c6c240bcdb8842 | |
parent | 69658c1a68396f896305bc7753e827dd07f187aa (diff) | |
download | nixos-e020743d353f539ac75629c5b3ca6494a47704c6.tar nixos-e020743d353f539ac75629c5b3ca6494a47704c6.tar.gz nixos-e020743d353f539ac75629c5b3ca6494a47704c6.tar.bz2 nixos-e020743d353f539ac75629c5b3ca6494a47704c6.tar.xz nixos-e020743d353f539ac75629c5b3ca6494a47704c6.zip |
...
-rw-r--r-- | hel.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | ||