gnu: Add xremap-x11.
* gnu/packages/rust-apps.scm (xremap-x11): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
dc114cb898
commit
4c0e5651b6
1 changed files with 8 additions and 0 deletions
|
@ -2590,6 +2590,14 @@ (define-public xremap-wlroots
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue