svn path=/nixpkgs/trunk/; revision=24288
This commit is contained in:
Eelco Dolstra 2010-10-14 13:55:08 +00:00
parent 66e7ed0a89
commit 798a6bb103

View file

@ -341,7 +341,7 @@ rec {
else if isAttrs options && lib.attrNames m.options != [] then
all (name:
lib.addErrorContext "${eol
}while checking the attribute '${addName name}'.${eol
}while checking the attribute `${addName name}':${eol
}" (checkModule (addName name) (selectModule name m))
) (lib.attrNames m.config)
else