meld: fix double wrapping
This commit is contained in:
committed by
Rohit1 Singh
parent
4533d92937
commit
8e30385e63
@@ -61,6 +61,12 @@ python3.pkgs.buildPythonApplication rec {
|
||||
patchShebangs meson_shebang_normalisation.py
|
||||
'';
|
||||
|
||||
dontWrapGApps = true;
|
||||
|
||||
preFixup = ''
|
||||
makeWrapperArgs+=("''${gappsWrapperArgs[@]}")
|
||||
'';
|
||||
|
||||
passthru = {
|
||||
updateScript = gnome.updateScript {
|
||||
packageName = "meld";
|
||||
|
||||
Reference in New Issue
Block a user