diff options
author | Christopher Baines <[email protected]> | 2024-03-20 14:54:26 +0000 |
---|---|---|
committer | Christopher Baines <[email protected]> | 2024-03-20 14:54:26 +0000 |
commit | 8fa07612644339a2bf21be9ee924e6ff1e0ec81d (patch) | |
tree | dbcb73053fac420077d45b20d9460134818ad2be /gnu/packages/freedesktop.scm | |
parent | ebe30c375495e7232551b32b6771f3c06a676f41 (diff) | |
parent | 69951a61a1d8f1f2135ea2dc836738be282b97bc (diff) |
Merge remote-tracking branch 'savannah/master' into gnome-team
Change-Id: Iec8e15b79c6fde516294c2bfcaf8ee3575b1f745
Diffstat (limited to 'gnu/packages/freedesktop.scm')
-rw-r--r-- | gnu/packages/freedesktop.scm | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm index fc3c2b3e29..89634cf914 100644 --- a/gnu/packages/freedesktop.scm +++ b/gnu/packages/freedesktop.scm @@ -34,6 +34,7 @@ ;;; Copyright © 2022 muradm <[email protected]> ;;; Copyright © 2023 Alex Devaure <[email protected]> ;;; Copyright © 2023 Bruno Victal <[email protected]> +;;; Copyright © 2024 Zheng Junjie <[email protected]> ;;; ;;; This file is part of GNU Guix. ;;; @@ -1571,7 +1572,10 @@ XEv.") (base32 "0bpix92vzip9vlhzihj3k8h9flrlna231x3y8ah7p4965l177yjd")))) (build-system meson-build-system) (native-inputs - (list pkg-config wayland libxkbcommon)) + (list pkg-config + ;; for wayland-scanner + wayland)) + (inputs (list wayland libxkbcommon)) (synopsis "Xdotool type for Wayland") (description "Wtype lets you simulate keyboard input and mouse activity, move and resize windows, etc.") |