Unverified Commit b0a55cdb authored by K900's avatar K900 Committed by GitHub
Browse files

kdePackages.plasma-workspace: backport notification padding fix (#395673)

parents 024b049e 5c64543c
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@
  qttools,
  qqc2-breeze-style,
  gpsd,
  fetchpatch,
}:
mkKdeDerivation {
  pname = "plasma-workspace";
@@ -32,6 +33,13 @@ mkKdeDerivation {
      # @QtBinariesDir@ only appears in the *removed* lines of the diff
      QtBinariesDir = null;
    })

    # Backport patch recommended by upstream
    # FIXME: remove in 6.3.5
    (fetchpatch {
      url = "https://invent.kde.org/plasma/plasma-workspace/-/commit/47d502353720004fa2d0e7b0065994b75b3e0ded.patch";
      hash = "sha256-wt0ZIF4zcEOmP0o4ZcjBYxVjr2hVUlOKVJ8SMNSYt68=";
    })
  ];

  postInstall = ''