gnu: gnome-settings-daemon: Add dependency on NetworkManager.
* gnu/packages/gnome.scm (gnome-settings-daemon)[arguments]: Remove "--disable-network-manager". [inputs]: Add NETWORK-MANAGER. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
fd070f35d3
commit
eee7878f4e
|
@ -2648,9 +2648,7 @@ services for numerous locations.")
|
||||||
"1rvqisrh3lridsb8rvm7spvncyq206ly0245zgpbm8swi5fhfjp8"))))
|
"1rvqisrh3lridsb8rvm7spvncyq206ly0245zgpbm8swi5fhfjp8"))))
|
||||||
(build-system glib-or-gtk-build-system)
|
(build-system glib-or-gtk-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(;; Network manager not yet packaged.
|
`(;; Color management test can't reach the colord system service.
|
||||||
#:configure-flags '("--disable-network-manager")
|
|
||||||
;; Color management test can't reach the colord system service.
|
|
||||||
#:tests? #f))
|
#:tests? #f))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
|
@ -2679,7 +2677,8 @@ services for numerous locations.")
|
||||||
("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
|
("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
|
||||||
("libwacom" ,libwacom)
|
("libwacom" ,libwacom)
|
||||||
("librsvg" ,librsvg)
|
("librsvg" ,librsvg)
|
||||||
("xf86-input-wacom" ,xf86-input-wacom)))
|
("xf86-input-wacom" ,xf86-input-wacom)
|
||||||
|
("network-manager" ,network-manager)))
|
||||||
(home-page "http://www.gnome.org")
|
(home-page "http://www.gnome.org")
|
||||||
(synopsis "GNOME settings daemon")
|
(synopsis "GNOME settings daemon")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue