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;
|
license = licenses.gpl3Plus;
|
||||||
|
|
||||||
platforms = platforms.all;
|
platforms = platforms.unix;
|
||||||
|
|
||||||
maintainers = [ maintainers.eelco ];
|
maintainers = [ maintainers.eelco ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user