cartridges: use webp for tiff compression

this is the default upstream and now works in nixpkgs after
67dea634b9
This commit is contained in:
seth 2024-07-12 03:27:38 -04:00
parent 7e7c39ea35
commit bfb87624b3
No known key found for this signature in database
GPG Key ID: D31BD0D494BBEE86

View File

@ -25,9 +25,6 @@ python3Packages.buildPythonApplication rec {
hash = "sha256-7T+q3T8z8SCpAn3ayodZeETOsTwL+hhVWzY2JyBEoi4=";
};
# TODO: remove this when #286814 hits master
mesonFlags = [ "-Dtiff_compression=jpeg" ];
nativeBuildInputs = [
appstream
blueprint-compiler