Author: simons
Date: Sun Jul 24 19:15:09 2011
New Revision: 27918
URL: https://svn.nixos.org/websvn/nix/?rev=27918&sc=1

Log:
tree: the tool ought to compile everywhere, so let's give it a try

Modified:
   nixpkgs/trunk/pkgs/tools/system/tree/default.nix

Modified: nixpkgs/trunk/pkgs/tools/system/tree/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/tools/system/tree/default.nix    Sun Jul 24 19:15:03 
2011        (r27917)
+++ nixpkgs/trunk/pkgs/tools/system/tree/default.nix    Sun Jul 24 19:15:09 
2011        (r27918)
@@ -41,7 +41,7 @@
       the LS_COLORS environment variable is set and output is to tty.
     '';
 
-    platforms = stdenv.lib.platforms.unix;
+    platforms = stdenv.lib.platforms.all;
     maintainers = [stdenv.lib.maintainers.simons];
   };
 }
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to