vips: Add cgif
This commit is contained in:
parent
d1ef125f13
commit
0c6070c15e
1 changed files with 2 additions and 1 deletions
|
@ -35,6 +35,7 @@
|
|||
, libjxl
|
||||
, openslide
|
||||
, libheif
|
||||
, cgif
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
|
@ -92,6 +93,7 @@ stdenv.mkDerivation rec {
|
|||
libjxl
|
||||
openslide
|
||||
libheif
|
||||
cgif
|
||||
] ++ lib.optionals stdenv.isDarwin [ ApplicationServices Foundation ];
|
||||
|
||||
# Required by .pc file
|
||||
|
@ -100,7 +102,6 @@ stdenv.mkDerivation rec {
|
|||
];
|
||||
|
||||
mesonFlags = [
|
||||
"-Dcgif=disabled"
|
||||
"-Dpdfium=disabled"
|
||||
"-Dnifti=disabled"
|
||||
] ++ lib.optionals (!stdenv.isDarwin) [
|
||||
|
|
Loading…
Reference in a new issue