openimageio1: mark broken on x86_64-darwin

https://hydra.nixos.org/build/93723034
This commit is contained in:
Matthew Bauer 2019-06-05 23:48:09 -04:00
parent 50998c8475
commit 402b717de7
1 changed files with 1 additions and 0 deletions

View File

@ -41,5 +41,6 @@ stdenv.mkDerivation rec {
license = licenses.bsd3;
maintainers = [ maintainers.goibhniu ];
platforms = platforms.unix;
badPlatforms = [ "x86_64-darwin" ];
};
}