me
/
guix
Archived
1
0
Fork 0

gnu: Add xremap-x11.

* gnu/packages/rust-apps.scm (xremap-x11): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
master
Aleksandr Vityazev 2023-10-07 03:03:18 +03:00 committed by Efraim Flashner
parent dc114cb898
commit 4c0e5651b6
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 8 additions and 0 deletions

View File

@ -2590,6 +2590,14 @@ It will then write @code{fixup!} commits for each of those changes.")
(substitute-keyword-arguments (package-arguments rust-xremap)
((#:features _) '(list "wlroots"))))))
(define-public xremap-x11
(package
(inherit rust-xremap)
(name "xremap-x11")
(arguments
(substitute-keyword-arguments (package-arguments rust-xremap)
((#:features _) '(list "x11"))))))
(define-public xsv
(package
(name "xsv")