1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 13:10:33 +00:00

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

View file

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