* Set preferLocalBuild on a few more trivial builders.
svn path=/nixpkgs/trunk/; revision=33935
This commit is contained in:
@@ -26,7 +26,9 @@
|
||||
}:
|
||||
|
||||
runCommand name
|
||||
{ inherit manifest paths ignoreCollisions pathsToLink postBuild; }
|
||||
{ inherit manifest paths ignoreCollisions pathsToLink postBuild;
|
||||
preferLocalBuild = true;
|
||||
}
|
||||
''
|
||||
${perl}/bin/perl -w ${./builder.pl}
|
||||
eval "$postBuild"
|
||||
|
||||
Reference in New Issue
Block a user