From 732057238787f1ed5769d7946525834b7999b269 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Wed, 1 Nov 2017 07:40:49 +0100 Subject: [PATCH] closure-info: half-blind attempt to fix on Hydra I'm not sure why these started to block channel several days ago. I've been unable to reproduce the failures locally. --- pkgs/build-support/closure-info.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/build-support/closure-info.nix b/pkgs/build-support/closure-info.nix index f1b0930cdcf..537cc1fbb75 100644 --- a/pkgs/build-support/closure-info.nix +++ b/pkgs/build-support/closure-info.nix @@ -19,7 +19,7 @@ if builtins.langVersion >= 5 then exportReferencesGraph.closure = rootPaths; - PATH = "${coreutils}/bin:${jq}/bin"; + nativeBuildInputs = [ jq ]; builder = builtins.toFile "builder" ''