fix(meld): fix double wrapping (#486500)
This commit is contained in:
@@ -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