* 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:
parent
bba37cbf92
commit
18f98ec5a2
@ -216,7 +216,7 @@ rec {
|
|||||||
|
|
||||||
innerClosePropagation = ready: list: if list == [] then ready else
|
innerClosePropagation = ready: list: if list == [] then ready else
|
||||||
if ! isAttrs (head list) then
|
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)
|
innerClosePropagation ready (tail list)
|
||||||
else
|
else
|
||||||
innerClosePropagation
|
innerClosePropagation
|
||||||
|
Loading…
x
Reference in New Issue
Block a user