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

svn path=/nixpkgs/trunk/; revision=27918
This commit is contained in:
Peter Simons 2011-07-24 19:15:09 +00:00
parent e0e42141d9
commit 3415f0f088

View file

@ -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];
};
}