Unverified Commit bfb87624 authored by seth's avatar seth
Browse files

cartridges: use webp for tiff compression

this is the default upstream and now works in nixpkgs after
67dea634
parent 7e7c39ea
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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