mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
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)
|
(substitute-keyword-arguments (package-arguments rust-xremap)
|
||||||
((#:features _) '(list "wlroots"))))))
|
((#: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
|
(define-public xsv
|
||||||
(package
|
(package
|
||||||
(name "xsv")
|
(name "xsv")
|
||||||
|
|
Loading…
Reference in a new issue