mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: lightdm-gtk-greeter: Set XCURSOR_PATH in wrapper.
* gnu/packages/display-managers.scm (lightdm-gtk-greeter) [phases]{wrap-program}: Set XCURSOR_PATH to the current system share/icons. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
af2d160c01
commit
525688e9f3
1 changed files with 3 additions and 1 deletions
|
@ -381,7 +381,9 @@ (define-public lightdm-gtk-greeter
|
|||
(string-append pkg "/share"))
|
||||
(list gtk shared-mime-info glib))))
|
||||
`("GTK_PATH" ":" prefix (,gtk))
|
||||
`("GIO_EXTRA_MODULES" ":" prefix (,gtk)))))))))
|
||||
`("GIO_EXTRA_MODULES" ":" prefix (,gtk))
|
||||
'("XCURSOR_PATH" ":" prefix
|
||||
("/run/current-system/profile/share/icons")))))))))
|
||||
(native-inputs
|
||||
(list exo intltool pkg-config xfce4-dev-tools))
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue