aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/syndication.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2023-10-15 02:00:00 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2023-10-15 02:00:00 +0200
commit62d42bdd75cafbbf80c722d792a325eb51ba20af (patch)
treec5f87f8ada561a5c6edcfad8026572d2522f5bb8 /gnu/packages/syndication.scm
parent12ddeaad785a728137ecccc9ac9ecc78fdd5e1da (diff)
downloadguix-62d42bdd75cafbbf80c722d792a325eb51ba20af.tar.gz
guix-62d42bdd75cafbbf80c722d792a325eb51ba20af.zip
gnu: font-terminus: Install the README.
* gnu/packages/fonts.scm (font-terminus): Add a new 'install-documentation phase.
Diffstat (limited to 'gnu/packages/syndication.scm')
0 files changed, 0 insertions, 0 deletions
00'>2022-06-04services: ddclient: No need to import (ice-9 rdelim) from the host....* gnu/services/dns.scm (ddclient-activation): Remove (ice-9 rdelim) from the with-imported-modules form. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Attila Lendvai 2022-03-24services: dnsmasq: Add more options....* gnu/services/dns.scm (<dnsmasq-configuration>): Add forward-private-reverse-lookup?, strict-order? and cpe-id options. (dnsmasq-shepherd-service): Pass added options to dnsmasq and use match-record instead of match-lambda. * doc/guix.texi (Guix Services): Document options added to dnsmasq. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Remco van 't Veer