kwin: Remove syncobj patch
All checks were successful
check / check (push) Successful in 32s

Useless because lot of application run with XWayland and is already patched for NVIDIA 555
This commit is contained in:
Florian RICHER 2024-05-31 12:15:48 +02:00
parent 1d210c4cad
commit 6636261dbc
4 changed files with 1 additions and 2042 deletions

View file

@ -33,10 +33,5 @@ in
glxinfo glxinfo
clinfo clinfo
]; ];
# Uncomment when kwin is available in nixpkgs and NVIDIA 555
nixpkgs.overlays = [
(import ../../../../overlays/kwin)
];
}; };
} }

0
overlays/.gitkeep Normal file
View file

File diff suppressed because it is too large Load diff

View file

@ -1,9 +0,0 @@
self: super: {
kdePackages = super.kdePackages.overrideScope (kde-self: kde-super: rec {
kwin = kde-super.kwin.overrideAttrs (oldAttrs: rec {
patches = oldAttrs.patches ++ [
./5511.patch # https://invent.kde.org/plasma/kwin/-/merge_requests/5511
];
});
});
}