openimageio: supports darwin

This commit is contained in:
Matthew Bauer 2017-11-13 15:42:42 -06:00
parent 80b8caf435
commit 397532de76

View File

@ -43,6 +43,6 @@ stdenv.mkDerivation rec {
description = "A library and tools for reading and writing images"; description = "A library and tools for reading and writing images";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = [ maintainers.goibhniu ]; maintainers = [ maintainers.goibhniu ];
platforms = platforms.linux; platforms = platforms.unix;
}; };
} }