all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Deleting services from %desktop-services in operating system declaration
@ 2016-01-20 12:42 swedebugia
  2016-01-20 13:28 ` Efraim Flashner
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: swedebugia @ 2016-01-20 12:42 UTC (permalink / raw)
  To: help-guix

Hi

I have trouble getting the syntax right to delete avahi and wicd from my 
config.scm.

This did not work (inspecting with the REPL):
   (services (cons* (tor-service) %desktop-services))
   (modify-services (alist-delete
		     wicd-service
		     %desktop-services))
   (modify-services (alist-delete
		     avahi-service
		     %desktop-services))

Neither this:
   (services (cons* (tor-service) %desktop-services))
   (modify-services (alist-delete
		     wicd-service
		     avahi-service
		     %desktop-services))

The manual does not yet have examples of how to delete one or more 
entries from the %base-services or other lists.

Help would be appreciated :)

cheers
swedebugia

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-01-25 22:53 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-20 12:42 Deleting services from %desktop-services in operating system declaration swedebugia
2016-01-20 13:28 ` Efraim Flashner
2016-01-20 14:17 ` Thompson, David
2016-01-20 23:24 ` Ludovic Courtès
2016-01-23 13:09   ` swedebugia
2016-01-23 16:43     ` Alex Kost
2016-01-25 11:20       ` swedebugia
2016-01-25 22:52         ` Alex Kost

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.