1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 04:31:52 +00:00

openimageio2: add giflib dependency

This commit is contained in:
Phillip Cloud 2021-06-01 13:08:53 -04:00
parent f78c3be0cd
commit c8ec847d48

View file

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