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.
This commit is contained in:
Vladimír Čunát
2017-11-01 07:40:49 +01:00
parent 447802a683
commit 7320572387
+1 -1
View File
@@ -19,7 +19,7 @@ if builtins.langVersion >= 5 then
exportReferencesGraph.closure = rootPaths;
PATH = "${coreutils}/bin:${jq}/bin";
nativeBuildInputs = [ jq ];
builder = builtins.toFile "builder"
''