feat: start work on jxl support
This commit is contained in:
parent
02e470b317
commit
770bdc76d3
4 changed files with 135 additions and 22 deletions
|
|
@ -36,8 +36,10 @@
|
|||
commonArgs = {
|
||||
# all that's needed for artifacts and checks
|
||||
nativeBuildInputs = with pkgs; [
|
||||
pkg-config
|
||||
];
|
||||
buildInputs = with pkgs; [
|
||||
libjxl
|
||||
];
|
||||
|
||||
src = ./.;
|
||||
|
|
@ -64,6 +66,7 @@
|
|||
"image/gif"
|
||||
"image/webp"
|
||||
"image/avif"
|
||||
"image/jxl"
|
||||
"image/tiff"
|
||||
"image/bmp"
|
||||
"image/vnd.microsoft.icon" # .ico
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue