diff options
author | muradm <[email protected]> | 2022-06-15 12:17:40 +0300 |
---|---|---|
committer | Lars-Dominik Braun <[email protected]> | 2022-06-17 10:30:42 +0200 |
commit | 167b8f29b3679a23bb20f5ed4181738c389d9d89 (patch) | |
tree | a68b13d1d6b02d364b04453269c7c148fdd2a32b /gnu/packages/wm.scm | |
parent | 530e0f02606a0e04818bdd792bb5239f7ee9e637 (diff) |
gnu: admin: Add libseat 0.8.0 and move seatd.
* gnu/packages/admin.scm (libseat): New variable
* gnu/packages/admin.scm (seatd): New variable
* gnu/packages/freedesktop.scm (seatd): Remove variable
* gnu/packages/wm.scm (wlroots): Replace seatd input with libseat
Signed-off-by: Lars-Dominik Braun <[email protected]>
Diffstat (limited to 'gnu/packages/wm.scm')
-rw-r--r-- | gnu/packages/wm.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index f053eeefcb..4194ec0fd9 100644 --- a/gnu/packages/wm.scm +++ b/gnu/packages/wm.scm @@ -54,6 +54,7 @@ ;;; Copyright © 2022 Daniel Meißner <[email protected]> ;;; Copyright © 2022 Pier-Hugues Pellerin <[email protected]> ;;; Copyright © 2022 Maxim Cournoyer <[email protected]> +;;; Copyright © 2022 muradm <[email protected]> ;;; ;;; This file is part of GNU Guix. ;;; @@ -88,6 +89,7 @@ #:use-module (guix utils) #:use-module (gnu packages) #:use-module (gnu packages bash) + #:use-module (gnu packages admin) #:use-module (gnu packages autotools) #:use-module (gnu packages base) #:use-module (gnu packages bison) @@ -1538,7 +1540,7 @@ functionality to display information about the most commonly used services.") libxkbcommon mesa pixman - seatd + libseat wayland wayland-protocols xcb-util-errors |