Unverified Commit d8d6827b authored by ProminentRetail's avatar ProminentRetail Committed by GitHub
Browse files

xfce.catfish: Fix double wrapping resulting in wrong StartupWMClass

parent 44374839
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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; {