* Disable the trace message "not an attrSet" because it shows up in

nix-env output.

svn path=/nixpkgs/trunk/; revision=27610
This commit is contained in:
Eelco Dolstra 2011-07-05 13:55:41 +00:00
parent bba37cbf92
commit 18f98ec5a2

View file

@ -216,7 +216,7 @@ rec {
innerClosePropagation = ready: list: if list == [] then ready else
if ! isAttrs (head list) then
builtins.trace ("not an attrSet: ${lib.showVal (head list)}")
/* builtins.trace ("not an attrSet: ${lib.showVal (head list)}") */
innerClosePropagation ready (tail list)
else
innerClosePropagation