aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/spice.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-08-14 21:12:10 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2018-08-15 00:32:15 +0200
commit409dec3f29084c8c8caadfe5852e9f4b7f3546f9 (patch)
treed1a3410ad7c28bcd586b490ed3916eca18598933 /gnu/services/spice.scm
parentd0b025ea69ac3b4fcc8fdf5bc1ea3a962eb19750 (diff)
downloadguix-409dec3f29084c8c8caadfe5852e9f4b7f3546f9.tar.gz
guix-409dec3f29084c8c8caadfe5852e9f4b7f3546f9.zip
gnu: aubio: Update to 0.4.6.
* gnu/packages/audio.scm (aubio): Update to 0.4.6. [arguments]: Set reflexive RUNPATH.
Diffstat (limited to 'gnu/services/spice.scm')
0 files changed, 0 insertions, 0 deletions
dclient-activation, ddclient-shepherd-service, generate-ddclient-documentation): New procedures. * doc/guix.texi (DNS Services): Document it. Oleg Pykhalov 2018-06-08services: dnsmasq-service-type: Add default configuration and description....* gnu/services/dns.scm (dnsmasq-service-type) [default-value, description]: New fields. 宋文武 2018-06-08services: dnsmasq: Use 'negative-cache?' instead of 'no-negcache?'....The 'no-negcache?' option is mapped to the '--no-negcache' command-line argument directly, but we're in the scheme world, where the general guideline is to avoid double-negations in identifiers. * gnu/services/dns.scm <dnsmasq-configuration>: Replace the 'no-negcache?' field with 'negative-cache?'. * doc/guix.texi (DNS Services)[Dnsmasq Service]: Adjust accordingly. 宋文武 2018-06-05services: Add dnsmasq-service-type....* gnu/services/dns.scm (dnsmasq-service-type): New variable. (<dnsmasq-configuration>): New record type. (dnsmasq-shepherd-service): New procedure. * doc/guix.texi (DNS Services): Document it. 宋文武