From ef2a9c8919443f16c9384a91a4f3eccc251db1eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Wed, 11 Nov 2015 08:30:00 +0100 Subject: [PATCH] iops: don't build on Darwin (fix #10942) --- pkgs/tools/system/iops/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/system/iops/default.nix b/pkgs/tools/system/iops/default.nix index 300fe59a97d..03c1c85ea84 100644 --- a/pkgs/tools/system/iops/default.nix +++ b/pkgs/tools/system/iops/default.nix @@ -23,7 +23,7 @@ stdenv.mkDerivation rec { homepage = http://www.vanheusden.com/iops/; license = licenses.gpl2; maintainers = with maintainers; davidak; - platforms = with platforms; unix; + platforms = with platforms; linux; # build problems on Darwin }; }