build: use avif-native
this allows it to open (more?) AVIFs
This commit is contained in:
parent
a91cc6b525
commit
f789271f9e
3 changed files with 160 additions and 1 deletions
|
|
@ -40,6 +40,7 @@
|
|||
];
|
||||
buildInputs = with pkgs; [
|
||||
libjxl
|
||||
dav1d
|
||||
];
|
||||
|
||||
src = ./.;
|
||||
|
|
|
|||
Loading…
Reference in a new issue