openimageio: enable on darwin

This commit is contained in:
Dmitry Kalinkin
2020-01-07 20:32:16 -05:00
parent e57392dbc2
commit 95b8c85331

View File

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