wpaperd: added support for avif (#429147)

This commit is contained in:
Aleksana
2025-08-01 16:52:22 +08:00
committed by GitHub
+6
View File
@@ -6,6 +6,7 @@
libxkbcommon,
wayland,
libGL,
dav1d,
}:
rustPlatform.buildRustPackage rec {
@@ -28,6 +29,11 @@ rustPlatform.buildRustPackage rec {
wayland
libGL
libxkbcommon
dav1d
];
buildFeatures = [
"avif"
];
meta = with lib; {