summary refs log tree commit diff
path: root/pkgs/lib
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2011-07-05 13:55:41 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2011-07-05 13:55:41 +0000
commit18f98ec5a2d5d2a1ff7f2edd869785afce6159ee (patch)
treeb1a7e5def5bc6e4f86d596e3e6b6b1a6d08eac84 /pkgs/lib
parentbba37cbf9217de887b2b79a379d3fc137579b77d (diff)
* Disable the trace message "not an attrSet" because it shows up in
  nix-env output.

svn path=/nixpkgs/trunk/; revision=27610
Diffstat (limited to 'pkgs/lib')
-rw-r--r--pkgs/lib/misc.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/lib/misc.nix b/pkgs/lib/misc.nix
index 7f04e7e1e581b..df3956f1147ad 100644
--- a/pkgs/lib/misc.nix
+++ b/pkgs/lib/misc.nix
@@ -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