forked from mirrors/nixpkgs
The even more incredibly verbose debugging machine...
svn path=/nixpkgs/trunk/; revision=12758
This commit is contained in:
parent
c406fcf194
commit
29149e5385
|
@ -456,7 +456,7 @@ rec {
|
|||
[({
|
||||
#inherit (attrs) description;
|
||||
description = if attrs ? description then attrs.description else
|
||||
throw ("No description ${toString l}");
|
||||
throw ("No description ${toString l} : ${whatis attrs}");
|
||||
}
|
||||
//(if attrs ? example then {inherit(attrs) example;} else {} )
|
||||
//(if attrs ? default then {inherit(attrs) default;} else {} )
|
||||
|
|
Loading…
Reference in a new issue