mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-26 19:11:46 +02:00
gnu: desktop-services-for-system: Update code comment.
* gnu/services/desktop.scm (desktop-services-for-system): Update the comment about platforms with rust support. Change-Id: Ibefa826494e29498870f392c0fec87d606d386ec
This commit is contained in:
@@ -2023,9 +2023,10 @@ applications needing access to be root.")
|
|||||||
(%current-system))))
|
(%current-system))))
|
||||||
;; List of services typically useful for a "desktop" use case.
|
;; List of services typically useful for a "desktop" use case.
|
||||||
|
|
||||||
;; Since GDM depends on Rust (gdm -> gnome-shell -> gjs -> mozjs -> rust)
|
;; Since GDM depends on Rust and Rust is not available on all platforms,
|
||||||
;; and Rust is currently unavailable on non-x86_64 platforms, default to
|
;; use SDDM as the fall-back display manager.
|
||||||
;; SDDM there (FIXME).
|
;; TODO: Switch the condition to use (supported-package? "rust") and make
|
||||||
|
;; a news entry about the change.
|
||||||
(cons* (if (string-prefix? "x86_64" system)
|
(cons* (if (string-prefix? "x86_64" system)
|
||||||
(service gdm-service-type)
|
(service gdm-service-type)
|
||||||
(service sddm-service-type))
|
(service sddm-service-type))
|
||||||
|
|||||||
Reference in New Issue
Block a user