mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: xremap-hyprland: Undeprecate the package.
* gnu/packages/rust-apps.scm (xremap-hyprland): Inherit from rust-xremap. Change-Id: I54494fe66fe248181b44d3538c78311e5e7cde58
This commit is contained in:
parent
c22e114471
commit
71ae154d9b
1 changed files with 6 additions and 1 deletions
|
@ -3785,7 +3785,12 @@ (define-public xremap-wlroots
|
||||||
((#:features _) '(list "wlroots"))))))
|
((#:features _) '(list "wlroots"))))))
|
||||||
|
|
||||||
(define-public xremap-hyprland
|
(define-public xremap-hyprland
|
||||||
(deprecated-package "xremap-hyprland" xremap-wlroots))
|
(package
|
||||||
|
(inherit rust-xremap)
|
||||||
|
(name "xremap-hyprland")
|
||||||
|
(arguments
|
||||||
|
(substitute-keyword-arguments (package-arguments rust-xremap)
|
||||||
|
((#:features _) '(list "hyprland"))))))
|
||||||
|
|
||||||
(define-public xremap-sway
|
(define-public xremap-sway
|
||||||
(deprecated-package "xremap-sway" xremap-wlroots))
|
(deprecated-package "xremap-sway" xremap-wlroots))
|
||||||
|
|
Loading…
Reference in a new issue