mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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.
This commit is contained in:
parent
00f4bd509f
commit
4a3bcaee5a
2 changed files with 1 additions and 3 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue