[Overlays+Desktop] Remove xwayland override as it is no longer needed

This commit is contained in:
Antoine Viallon 2023-05-11 19:15:12 +02:00
parent e47f08e8e1
commit b19f93d591
Signed by: aviallon
GPG key ID: 186FC35EDEB25716

View file

@ -67,14 +67,6 @@ in
opensshOptimized = super.opensshOptimized or super.openssh;
xwayland = super.xwayland.overrideAttrs (old: {
nativeBuildInputs = old.nativeBuildInputs or [] ++ [ super.makeWrapper ];
postInstall = old.postInstall or "" + ''
# Force EGL Stream support
wrapProgram $out/bin/Xwayland --add-flags "-eglstream"
'';
});
power-profiles-daemon = super.power-profiles-daemon.overrideAttrs (old: {
patches = [
# ACPI cpufreq support