Added some verbosity to checking options

svn path=/nixpkgs/trunk/; revision=10158
This commit is contained in:
Michael Raskin 2008-01-15 20:12:17 +00:00
parent 8dd525ab17
commit 434fef9891

View File

@ -217,7 +217,7 @@ rec {
(import ../build-support/checker)
opts config); in
(if (result=="") then x else
abort result)
abort ("Unknown option specified: " + result))
else x);
builderDefs = lib.sumArgs (import ./builder-defs.nix) {