iops: don't build on Darwin (fix #10942)
This commit is contained in:
parent
9a24fec15f
commit
ef2a9c8919
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = http://www.vanheusden.com/iops/;
|
homepage = http://www.vanheusden.com/iops/;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = with maintainers; davidak;
|
maintainers = with maintainers; davidak;
|
||||||
platforms = with platforms; unix;
|
platforms = with platforms; linux; # build problems on Darwin
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user