mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-06 01:38:06 +00:00
[Overlays+Desktop] Remove xwayland override as it is no longer needed
This commit is contained in:
parent
e47f08e8e1
commit
b19f93d591
1 changed files with 0 additions and 8 deletions
|
|
@ -67,14 +67,6 @@ in
|
||||||
|
|
||||||
opensshOptimized = super.opensshOptimized or super.openssh;
|
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: {
|
power-profiles-daemon = super.power-profiles-daemon.overrideAttrs (old: {
|
||||||
patches = [
|
patches = [
|
||||||
# ACPI cpufreq support
|
# ACPI cpufreq support
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue