xfce.catfish: Fix double wrapping resulting in wrong StartupWMClass

This commit is contained in:
ProminentRetail 2023-10-18 00:14:49 +11:00 committed by GitHub
parent 4437483938
commit d8d6827b6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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; {