about summary refs log tree commit diff
path: root/pkgs/lib
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2008-08-27 21:23:49 +0000
committerMichael Raskin <7c6f434c@mail.ru>2008-08-27 21:23:49 +0000
commit29149e5385f3e14f4ea3efa91f2be6be21319d52 (patch)
treeb75e6bf0d01be316839731865886bf0fd733cd24 /pkgs/lib
parentc406fcf1947f30b824449f30e7658bb2f7924419 (diff)
The even more incredibly verbose debugging machine...
svn path=/nixpkgs/trunk/; revision=12758
Diffstat (limited to 'pkgs/lib')
-rw-r--r--pkgs/lib/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/lib/default.nix b/pkgs/lib/default.nix
index 2f87de0cd0c62..34d1cdda148b6 100644
--- a/pkgs/lib/default.nix
+++ b/pkgs/lib/default.nix
@@ -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 {} )