mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 11:34:13 +00:00
vips: Add cgif
This commit is contained in:
parent
d1ef125f13
commit
0c6070c15e
@ -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 New Issue
Block a user