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:
Efraim Flashner 2024-11-21 14:48:47 +02:00
parent c22e114471
commit 71ae154d9b
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -3785,7 +3785,12 @@ (define-public xremap-wlroots
((#:features _) '(list "wlroots"))))))
(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
(deprecated-package "xremap-sway" xremap-wlroots))