mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 09:17:07 +03:00
lightdm_gtk_greeter: disable indicator services
Needs upstart [0] and that's long gone now. [0]: https://git.launchpad.net/lightdm-gtk-greeter/tree/configure.ac?id=f6ce16f2107de712a0edd8f5fb6853ea6ab8a399#n154
This commit is contained in:
parent
b5cac7566f
commit
cc29045d99
@ -26,6 +26,7 @@ stdenv.mkDerivation rec {
|
||||
configureFlagsArray = [
|
||||
"--localstatedir=/var"
|
||||
"--sysconfdir=/etc"
|
||||
"--disable-indicator-services-command"
|
||||
"--enable-at-spi-command=${at-spi2-core}/libexec/at-spi-bus-launcher --launch-immediately"
|
||||
] ++ stdenv.lib.optional useGTK2 "--with-gtk2";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user