mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
kdePackages.plasma-workspace: backport patch for Qt 6.11.1 regression
This commit is contained in:
parent
b039ab1fbc
commit
66adfb9dab
1 changed files with 7 additions and 0 deletions
|
|
@ -24,6 +24,7 @@
|
|||
libqalculate,
|
||||
pipewire,
|
||||
gpsd,
|
||||
fetchpatch,
|
||||
}:
|
||||
mkKdeDerivation {
|
||||
pname = "plasma-workspace";
|
||||
|
|
@ -41,6 +42,12 @@ mkKdeDerivation {
|
|||
|
||||
# stop accidentally duplicating fontconfig configs
|
||||
./fontconfig.patch
|
||||
|
||||
# backport qt 6.11.1 regression workaround
|
||||
(fetchpatch {
|
||||
url = "https://invent.kde.org/plasma/plasma-workspace/-/commit/31a64dfa1a71ab1b6a495f2f44132c86858acb8f.diff";
|
||||
hash = "sha256-j+AEdDlutDuXmYdK8BJH8bgDF9gieCkbFJK8di+9nxk=";
|
||||
})
|
||||
];
|
||||
|
||||
outputs = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue