mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
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)
|
||||
opts config); in
|
||||
(if (result=="") then x else
|
||||
abort result)
|
||||
abort ("Unknown option specified: " + result))
|
||||
else x);
|
||||
|
||||
builderDefs = lib.sumArgs (import ./builder-defs.nix) {
|
||||
|
Loading…
Reference in New Issue
Block a user