Loading pkgs/kde/plasma/plasma-workspace/default.nix +8 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,7 @@ qttools, qqc2-breeze-style, gpsd, fetchpatch, }: mkKdeDerivation { pname = "plasma-workspace"; Loading @@ -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 = '' Loading Loading
pkgs/kde/plasma/plasma-workspace/default.nix +8 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,7 @@ qttools, qqc2-breeze-style, gpsd, fetchpatch, }: mkKdeDerivation { pname = "plasma-workspace"; Loading @@ -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 = '' Loading