summary refs log tree commit diff
path: root/pkgs/tools/system/iops/default.nix
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2015-11-11 08:30:00 +0100
committerVladimír Čunát <vcunat@gmail.com>2015-11-11 08:30:00 +0100
commitef2a9c8919443f16c9384a91a4f3eccc251db1eb (patch)
tree33b8755f3541594474130a773fde81cad2ce114d /pkgs/tools/system/iops/default.nix
parent9a24fec15f423c3095731c5ffcedc4a51d52298a (diff)
downloadnixpkgs-ef2a9c8919443f16c9384a91a4f3eccc251db1eb.tar
nixpkgs-ef2a9c8919443f16c9384a91a4f3eccc251db1eb.tar.gz
nixpkgs-ef2a9c8919443f16c9384a91a4f3eccc251db1eb.tar.bz2
nixpkgs-ef2a9c8919443f16c9384a91a4f3eccc251db1eb.tar.lz
nixpkgs-ef2a9c8919443f16c9384a91a4f3eccc251db1eb.tar.xz
nixpkgs-ef2a9c8919443f16c9384a91a4f3eccc251db1eb.tar.zst
nixpkgs-ef2a9c8919443f16c9384a91a4f3eccc251db1eb.zip
iops: don't build on Darwin (fix #10942)
Diffstat (limited to 'pkgs/tools/system/iops/default.nix')
-rw-r--r--pkgs/tools/system/iops/default.nix2
1 files changed, 1 insertions, 1 deletions
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
   };
 }