iops: don't build on Darwin (fix #10942)
This commit is contained in:
parent
9a24fec15f
commit
ef2a9c8919
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue