xfce.catfish: Fix double wrapping resulting in wrong StartupWMClass

This commit is contained in:
ProminentRetail
2023-10-17 21:14:49 +08:00
committed by GitHub
parent 4437483938
commit d8d6827b6a
@@ -64,6 +64,12 @@ python3Packages.buildPythonApplication rec {
# Disable check because there is no test in the source distribution
doCheck = false;
dontWrapGApps = true;
preFixup = ''
makeWrapperArgs+=("''${gappsWrapperArgs[@]}")
'';
passthru.updateScript = gitUpdater { rev-prefix = "${pname}-"; };
meta = with lib; {