Commit 8e30385e authored by Rohit Singh's avatar Rohit Singh Committed by Rohit1 Singh
Browse files

meld: fix double wrapping

parent 4533d929
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -61,6 +61,12 @@ python3.pkgs.buildPythonApplication rec {
    patchShebangs meson_shebang_normalisation.py
  '';

  dontWrapGApps = true;

  preFixup = ''
    makeWrapperArgs+=("''${gappsWrapperArgs[@]}")
  '';

  passthru = {
    updateScript = gnome.updateScript {
      packageName = "meld";