mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: lightdm-gtk-greeter: Adjust --enable-at-spi-command value.
* gnu/packages/display-managers.scm (lightdm-gtk-greeter) [configure-flags]: Add the '--launch-immediately' option to the at-spi-bus-launcher to match what is used in the source.
This commit is contained in:
parent
20c8fb042c
commit
0e76781df4
1 changed files with 2 additions and 2 deletions
|
@ -360,8 +360,8 @@ (define-public lightdm-gtk-greeter
|
|||
(string-append "--with-libxklavier")
|
||||
(string-append "--enable-at-spi-command="
|
||||
(search-input-file
|
||||
%build-inputs "libexec/at-spi-bus-launcher")))
|
||||
|
||||
%build-inputs "libexec/at-spi-bus-launcher")
|
||||
" --launch-immediately"))
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'unpack 'customize-default-config-path
|
||||
|
|
Loading…
Reference in a new issue