cartridges: 2.7.2 -> 2.7.3

This commit is contained in:
seth
2024-03-03 10:52:06 +01:00
committed by Bjørn Forsman
parent 768bb87988
commit 286977c08d
@@ -29,6 +29,9 @@ stdenv.mkDerivation (finalAttrs: {
requests
];
# TODO: remove this when #286814 hits master
mesonFlags = [ "-Dtiff_compression=jpeg" ];
buildInputs = [
libadwaita
(python3Packages.python.withPackages (_: finalAttrs.pythonPath))