1
0
Fork 0
mirror of https://github.com/NixOS/hydra.git synced 2024-10-18 17:02:28 -04:00
This commit is contained in:
Eelco Dolstra 2008-11-10 10:27:52 +00:00
parent 8f42bf303f
commit 15edf10986

View file

@ -280,7 +280,7 @@ sub checkJobSet {
or die "cannot evaluate the Nix expression containing the jobs: $?";
my $jobs = XMLin($jobsXml,
ForceArray => [qw(value)],
ForceArray => ['value', 'attr'],
KeyAttr => ['name'],
SuppressEmpty => '',
ValueAttr => [value => 'value'])