summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-08-22 23:21:01 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-08-22 23:21:01 +0200
commit69658c1a68396f896305bc7753e827dd07f187aa (patch)
treebd4e0412dacf51e551eb583b2c69de0e72a4fefc
parentcf426eec9ac1f833af23d108c82dc592f586179a (diff)
downloadnixos-69658c1a68396f896305bc7753e827dd07f187aa.tar
nixos-69658c1a68396f896305bc7753e827dd07f187aa.tar.gz
nixos-69658c1a68396f896305bc7753e827dd07f187aa.tar.bz2
nixos-69658c1a68396f896305bc7753e827dd07f187aa.tar.xz
nixos-69658c1a68396f896305bc7753e827dd07f187aa.zip
...
-rw-r--r--hel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index bf4aeba2..33b17c42 100644
--- a/hel.nix
+++ b/hel.nix
@@ -134,7 +134,7 @@
134 sha256 = "0kg5nj8ghjw2b6938092lqaxjciqr25ss78q8g85w60jd37x0f1b"; 134 sha256 = "0kg5nj8ghjw2b6938092lqaxjciqr25ss78q8g85w60jd37x0f1b";
135 }; 135 };
136 136
137 nativeBuildInputs = oldAttrs.nativeBuildInputs or [] ++ with pkgs; [ autoconf automake ]; 137 nativeBuildInputs = with pkgs; oldAttrs.nativeBuildInputs or [] ++ [ autoconf automake ];
138 }); 138 });
139 }; 139 };
140 140