3
0
Fork 0
forked from mirrors/nixpkgs

openimageio: enable on darwin

This commit is contained in:
Dmitry Kalinkin 2020-01-07 20:32:16 -05:00
parent e57392dbc2
commit 95b8c85331
No known key found for this signature in database
GPG key ID: 5157B3EC8B2CA333

View file

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