coreutils: unix-only

Windows is not supported & we currently define "all" to be "unix" + "windows".
This commit is contained in:
Moritz Angermann 2018-08-01 21:18:41 -04:00 committed by Matthew Bauer
parent 29e89248bf
commit acaa6c92fb

View File

@ -100,7 +100,7 @@ stdenv.mkDerivation rec {
license = licenses.gpl3Plus;
platforms = platforms.all;
platforms = platforms.unix;
maintainers = [ maintainers.eelco ];
};