From acaa6c92fb91bdf0b41471376d31efb39f884f05 Mon Sep 17 00:00:00 2001 From: Moritz Angermann Date: Wed, 1 Aug 2018 21:18:41 -0400 Subject: coreutils: unix-only Windows is not supported & we currently define "all" to be "unix" + "windows". --- pkgs/tools/misc/coreutils/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/tools') diff --git a/pkgs/tools/misc/coreutils/default.nix b/pkgs/tools/misc/coreutils/default.nix index 589c58d0acc0..69d751a629ea 100644 --- a/pkgs/tools/misc/coreutils/default.nix +++ b/pkgs/tools/misc/coreutils/default.nix @@ -100,7 +100,7 @@ stdenv.mkDerivation rec { license = licenses.gpl3Plus; - platforms = platforms.all; + platforms = platforms.unix; maintainers = [ maintainers.eelco ]; }; -- cgit 1.4.1