From 69658c1a68396f896305bc7753e827dd07f187aa Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 22 Aug 2018 23:21:01 +0200 Subject: ... --- hel.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hel.nix b/hel.nix index bf4aeba2..33b17c42 100644 --- a/hel.nix +++ b/hel.nix @@ -134,7 +134,7 @@ sha256 = "0kg5nj8ghjw2b6938092lqaxjciqr25ss78q8g85w60jd37x0f1b"; }; - nativeBuildInputs = oldAttrs.nativeBuildInputs or [] ++ with pkgs; [ autoconf automake ]; + nativeBuildInputs = with pkgs; oldAttrs.nativeBuildInputs or [] ++ [ autoconf automake ]; }); }; -- cgit v1.2.3