summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-08-22 23:20:38 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-08-22 23:20:38 +0200
commitcf426eec9ac1f833af23d108c82dc592f586179a (patch)
treec3f904981c1b30bcb72a4fb1a83b69b3cdd009db /hel.nix
parent3c2bdef45f9781340fc0546e8a5a810f116f798c (diff)
downloadnixos-cf426eec9ac1f833af23d108c82dc592f586179a.tar
nixos-cf426eec9ac1f833af23d108c82dc592f586179a.tar.gz
nixos-cf426eec9ac1f833af23d108c82dc592f586179a.tar.bz2
nixos-cf426eec9ac1f833af23d108c82dc592f586179a.tar.xz
nixos-cf426eec9ac1f833af23d108c82dc592f586179a.zip
...
Diffstat (limited to 'hel.nix')
-rw-r--r--hel.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/hel.nix b/hel.nix
index 3af5ef3d..bf4aeba2 100644
--- a/hel.nix
+++ b/hel.nix
@@ -133,6 +133,8 @@
133 rev = "8eba30992053d045bed534546586bb4f79ff8814"; 133 rev = "8eba30992053d045bed534546586bb4f79ff8814";
134 sha256 = "0kg5nj8ghjw2b6938092lqaxjciqr25ss78q8g85w60jd37x0f1b"; 134 sha256 = "0kg5nj8ghjw2b6938092lqaxjciqr25ss78q8g85w60jd37x0f1b";
135 }; 135 };
136
137 nativeBuildInputs = oldAttrs.nativeBuildInputs or [] ++ with pkgs; [ autoconf automake ];
136 }); 138 });
137 }; 139 };
138 140