Skip to content

Commit 7320572

Browse files
committedNov 1, 2017
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.
1 parent 447802a commit 7320572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pkgs/build-support/closure-info.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if builtins.langVersion >= 5 then
1919

2020
exportReferencesGraph.closure = rootPaths;
2121

22-
PATH = "${coreutils}/bin:${jq}/bin";
22+
nativeBuildInputs = [ jq ];
2323

2424
builder = builtins.toFile "builder"
2525
''

0 commit comments

Comments
 (0)
Please sign in to comment.