From b19f93d5918a4f45a9cba9a07c1f1046400cbda6 Mon Sep 17 00:00:00 2001 From: Antoine Viallon Date: Thu, 11 May 2023 19:15:12 +0200 Subject: [PATCH] [Overlays+Desktop] Remove xwayland override as it is no longer needed --- overlays.nix | 8 -------- 1 file changed, 8 deletions(-) diff --git a/overlays.nix b/overlays.nix index 29751cc..7e407ad 100644 --- a/overlays.nix +++ b/overlays.nix @@ -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