add AVIF support

master
Fabien Freling 2022-01-13 14:41:39 +01:00
parent cb36227bd4
commit d16f0957f9
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ pkgs.mkShell {
buildInputs = with pkgs; [ buildInputs = with pkgs; [
imagemagick imagemagick
just just
libavif
pandoc pandoc
tup tup
]; ];