about summary refs log tree commit diff
path: root/pkgs/tools/system/iops/default.nix
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2015-11-11 12:53:36 +0100
committerDomen Kožar <domen@dev.si>2015-11-11 12:53:36 +0100
commit505117f3fb261713d159a36f00b7aa7fae4e9bbe (patch)
tree8a33db721e7fbacac885145fa0a7484e8ec6be2b /pkgs/tools/system/iops/default.nix
parent3d02d332b0633dba21888de5fabac7cd412cf468 (diff)
parent1e39eb4e00c262aa003868aed5d027a588fc28d6 (diff)
downloadnixlib-505117f3fb261713d159a36f00b7aa7fae4e9bbe.tar
nixlib-505117f3fb261713d159a36f00b7aa7fae4e9bbe.tar.gz
nixlib-505117f3fb261713d159a36f00b7aa7fae4e9bbe.tar.bz2
nixlib-505117f3fb261713d159a36f00b7aa7fae4e9bbe.tar.lz
nixlib-505117f3fb261713d159a36f00b7aa7fae4e9bbe.tar.xz
nixlib-505117f3fb261713d159a36f00b7aa7fae4e9bbe.tar.zst
nixlib-505117f3fb261713d159a36f00b7aa7fae4e9bbe.zip
Merge branch 'master' into staging
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 300fe59a97df..03c1c85ea84d 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
   };
 }