gd: enable AVIF support (#158698)

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
main
Malte-Christian 2 years ago committed by GitHub
parent b24d782d8d
commit e986a2e0c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      pkgs/development/libraries/gd/default.nix

@ -5,10 +5,11 @@
, pkg-config
, zlib
, libpng
, libjpeg ? null
, libwebp ? null
, libtiff ? null
, libXpm ? null
, libjpeg
, libwebp
, libtiff
, libXpm
, libavif
, fontconfig
, freetype
}:
@ -41,8 +42,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ autoconf automake pkg-config ];
buildInputs = [ zlib fontconfig freetype ];
propagatedBuildInputs = [ libpng libjpeg libwebp libtiff libXpm ];
buildInputs = [ zlib fontconfig freetype libpng libjpeg libwebp libtiff libXpm libavif ];
outputs = [ "bin" "dev" "out" ];

Loading…
Cancel
Save