coreutils: unix-only
Windows is not supported & we currently define "all" to be "unix" + "windows".
This commit is contained in:
parent
29e89248bf
commit
acaa6c92fb
@ -100,7 +100,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
license = licenses.gpl3Plus;
|
||||
|
||||
platforms = platforms.all;
|
||||
platforms = platforms.unix;
|
||||
|
||||
maintainers = [ maintainers.eelco ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user