forked from mirrors/nixpkgs
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:
parent
e0e42141d9
commit
3415f0f088
|
@ -41,7 +41,7 @@ stdenv.mkDerivation {
|
||||||
the LS_COLORS environment variable is set and output is to tty.
|
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];
|
maintainers = [stdenv.lib.maintainers.simons];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue