Merge pull request #265454 from trofi/meld-leaner-closure

meld: avoid -dev paths in runtime closure
This commit is contained in:
Atemu
2023-11-08 15:51:16 +01:00
committed by GitHub
@@ -47,7 +47,7 @@ python3.pkgs.buildPythonApplication rec {
gnome.adwaita-icon-theme
];
propagatedBuildInputs = with python3.pkgs; [
pythonPath = with python3.pkgs; [
pygobject3
pycairo
];