Merge pull request #125258 from cpcloud/add-giflib-to-oiio

openimageio2: add giflib dependency
This commit is contained in:
Sandro 2021-06-03 17:47:24 +02:00 committed by GitHub
commit 46cd89039e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,7 @@
, fetchFromGitHub
, boost
, cmake
, giflib
, ilmbase
, libjpeg
, libpng
@ -33,6 +34,7 @@ stdenv.mkDerivation rec {
buildInputs = [
boost
giflib
ilmbase
libjpeg
libpng