From 3415f0f088205c8aef34f45b22a0b06341fe1820 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 24 Jul 2011 19:15:09 +0000 Subject: [PATCH] tree: the tool ought to compile everywhere, so let's give it a try svn path=/nixpkgs/trunk/; revision=27918 --- pkgs/tools/system/tree/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/system/tree/default.nix b/pkgs/tools/system/tree/default.nix index 14057ba393e3..900108d3dfed 100644 --- a/pkgs/tools/system/tree/default.nix +++ b/pkgs/tools/system/tree/default.nix @@ -41,7 +41,7 @@ stdenv.mkDerivation { 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]; }; }