sway: 1.6 -> 1.6.1

Since wlroots 0.14 setting WLR_RENDERER_ALLOW_SOFTWARE=1 to allow
software rendering is now enforced [0].

[0]: https://github.com/swaywm/wlroots/pull/2810

(cherry picked from commit 73d7f08b4d89b1af213db5db34e6f39518d88634)
This commit is contained in:
Michael Weiss
2021-06-26 13:46:17 +02:00
committed by Maximilian Bosch
parent bec2f8e481
commit a563a3c2d1
3 changed files with 10 additions and 7 deletions
+1 -3
View File
@@ -24190,9 +24190,7 @@ in
wlroots_0_12 = callPackage ../development/libraries/wlroots/0.12.nix {};
wlroots_0_13 = callPackage ../development/libraries/wlroots/0.13.nix {};
sway-unwrapped = callPackage ../applications/window-managers/sway {
wlroots = wlroots_0_13;
};
sway-unwrapped = callPackage ../applications/window-managers/sway { };
sway = callPackage ../applications/window-managers/sway/wrapper.nix { };
swaybg = callPackage ../applications/window-managers/sway/bg.nix { };
swayidle = callPackage ../applications/window-managers/sway/idle.nix { };