Added some verbosity to checking options
svn path=/nixpkgs/trunk/; revision=10158
This commit is contained in:
parent
8dd525ab17
commit
434fef9891
@ -217,7 +217,7 @@ rec {
|
|||||||
(import ../build-support/checker)
|
(import ../build-support/checker)
|
||||||
opts config); in
|
opts config); in
|
||||||
(if (result=="") then x else
|
(if (result=="") then x else
|
||||||
abort result)
|
abort ("Unknown option specified: " + result))
|
||||||
else x);
|
else x);
|
||||||
|
|
||||||
builderDefs = lib.sumArgs (import ./builder-defs.nix) {
|
builderDefs = lib.sumArgs (import ./builder-defs.nix) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user