We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb292eb commit c394385Copy full SHA for c394385
1 file changed
pkgs/kde/frameworks/kimageformats/default.nix
@@ -4,6 +4,9 @@
4
libheif,
5
libjxl,
6
libavif,
7
+ dav1d,
8
+ libaom,
9
+ libyuv,
10
libraw,
11
openexr_3,
12
}:
@@ -12,5 +15,5 @@ mkKdeDerivation {
15
13
16
extraCmakeFlags = ["-DKIMAGEFORMATS_HEIF=1"];
14
17
extraNativeBuildInputs = [pkg-config];
- extraBuildInputs = [libheif libjxl libavif libraw openexr_3];
18
+ extraBuildInputs = [libheif libjxl libavif dav1d libaom libyuv libraw openexr_3];
19
}
0 commit comments