Unverified Commit c3b7ca34 authored by Atemu's avatar Atemu Committed by GitHub
Browse files

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

meld: avoid -dev paths in runtime closure
parents 617c28cf 51a383c1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ python3.pkgs.buildPythonApplication rec {
    gnome.adwaita-icon-theme
  ];

  propagatedBuildInputs = with python3.pkgs; [
  pythonPath = with python3.pkgs; [
    pygobject3
    pycairo
  ];