Add Jpegli

This commit is contained in:
Andrew Kvalheim 2024-04-03 12:34:59 -07:00
parent f0c2726a49
commit 50e140b2b6

View file

@ -7,7 +7,7 @@ let
open-vsx = { _name = "open-vsx"; vscode-extensions = community-vscode-extensions.open-vsx; };
vscode-marketplace = { _name = "vscode-marketplace"; vscode-extensions = community-vscode-extensions.vscode-marketplace; };
in
specify {
(specify {
add-words = any;
affine-font = any;
album-art = any;
@ -88,4 +88,6 @@ specify {
ydotool.patch = ../packages/resources/ydotool-halmakish.patch; # Pending ReimuNotMoe/ydotool#177
zsh-abbr.condition = z: !z.meta.unfree;
zsh-click = any;
}) // {
jpegli = (specify { libjxl = { version = "0.10.2"; search = pr 288419; }; }).libjxl;
}