~ruther/guix-local

4a3bcaee5a5eca89d73f08154dc3d4501febd7ef — Ludovic Courtès 10 years ago 00f4bd5
services: Remove lsh service from %DESKTOP-SERVICES.

Suggested by Mark H Weaver and others
at <http://lists.gnu.org/archive/html/guix-devel/2015-06/msg00227.html>.

* gnu/services/desktop.scm (%desktop-services): Remove call to 'lsh-service'.
* doc/guix.texi (Desktop Services): Adjust accordingly.
2 files changed, 1 insertions(+), 3 deletions(-)

M doc/guix.texi
M gnu/services/desktop.scm
M doc/guix.texi => doc/guix.texi +1 -1
@@ 5475,7 5475,7 @@ adds or adjust services for a typical ``desktop'' setup.
In particular, it adds a graphical login manager (@pxref{X Window,
@code{slim-service}}), a network management tool (@pxref{Networking
Services, @code{wicd-service}}), energy and color management services,
an NTP client and an SSH server (@pxref{Networking Services}), the Avahi
an NTP client (@pxref{Networking Services}), the Avahi
daemon, and has the name service switch service configured to be able to
use @code{nss-mdns} (@pxref{Name Service Switch, mDNS}).
@end defvr

M gnu/services/desktop.scm => gnu/services/desktop.scm +0 -2
@@ 23,7 23,6 @@
  #:use-module (gnu services avahi)
  #:use-module (gnu services xorg)
  #:use-module (gnu services networking)
  #:use-module (gnu services ssh)
  #:use-module (gnu system shadow)
  #:use-module (gnu packages glib)
  #:use-module (gnu packages admin)


@@ 286,7 285,6 @@ site} for more information."
         (dbus-service (list avahi wicd upower colord))

         (ntp-service)
         (lsh-service)

         (map (lambda (mservice)
                ;; Provide an nscd ready to use nss-mdns.