mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
Merge remote-tracking branch 'savannah/master' into gnome-team
Change-Id: Iec8e15b79c6fde516294c2bfcaf8ee3575b1f745
This commit is contained in:
commit
8fa0761264
62 changed files with 1782 additions and 970 deletions
|
@ -34,6 +34,7 @@
|
|||
;;; Copyright © 2022 muradm <mail@muradm.net>
|
||||
;;; Copyright © 2023 Alex Devaure <ajadevaure@gmail.com>
|
||||
;;; Copyright © 2023 Bruno Victal <mirai@makinata.eu>
|
||||
;;; Copyright © 2024 Zheng Junjie <873216071@qq.com>
|
||||
;;;
|
||||
;;; 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.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue