xfce.catfish: Fix double wrapping resulting in wrong StartupWMClass

authored by

ProminentRetail and committed by
GitHub
d8d6827b 44374839

+6
+6
pkgs/desktops/xfce/applications/catfish/default.nix
··· 64 64 # Disable check because there is no test in the source distribution 65 65 doCheck = false; 66 66 67 + dontWrapGApps = true; 68 + 69 + preFixup = '' 70 + makeWrapperArgs+=("''${gappsWrapperArgs[@]}") 71 + ''; 72 + 67 73 passthru.updateScript = gitUpdater { rev-prefix = "${pname}-"; }; 68 74 69 75 meta = with lib; {