wpaperd: added support for avif (#429147)
This commit is contained in:
@@ -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; {
|
||||
|
||||
Reference in New Issue
Block a user