meld: fix double wrapping

This commit is contained in:
Rohit Singh
2026-02-03 07:46:35 -05:00
committed by Rohit1 Singh
parent 4533d92937
commit 8e30385e63
+6
View File
@@ -61,6 +61,12 @@ python3.pkgs.buildPythonApplication rec {
patchShebangs meson_shebang_normalisation.py
'';
dontWrapGApps = true;
preFixup = ''
makeWrapperArgs+=("''${gappsWrapperArgs[@]}")
'';
passthru = {
updateScript = gnome.updateScript {
packageName = "meld";