openimageio: supports darwin
This commit is contained in:
parent
80b8caf435
commit
397532de76
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user