all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: swedebugia@riseup.net
To: help-guix <help-guix@gnu.org>
Subject: Deleting services from %desktop-services in operating system declaration
Date: Wed, 20 Jan 2016 13:42:11 +0100	[thread overview]
Message-ID: <fcc6ea3ba9b421a0dac9897b020cdc1b@riseup.net> (raw)

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

             reply	other threads:[~2016-01-20 12:42 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-20 12:42 swedebugia [this message]
2016-01-20 13:28 ` Deleting services from %desktop-services in operating system declaration 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=fcc6ea3ba9b421a0dac9897b020cdc1b@riseup.net \
    --to=swedebugia@riseup.net \
    --cc=help-guix@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.