civodul pushed a commit to branch master
in repository guix.
commit 35e64a87937c9bae12b207d50cb28f199211a5d2
Author: Ludovic Courtès <[email protected]>
AuthorDate: Thu Feb 23 16:10:24 2023 +0100
services: hosts: Do not export '%host'.
This was not meant to be exported.
* gnu/services/base.scm (%host): Do not export.
* doc/guix.texi (Base Services): Remove mention.
---
doc/guix.texi | 6 ------
gnu/services/base.scm | 1 -
2 files changed, 7 deletions(-)
diff --git a/doc/guix.texi b/doc/guix.texi
index 85768a4b60..fa4d94c1d7 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -18084,12 +18084,6 @@ Additional aliases that map to the same
@code{canonical-name}.
@defun host address canonical-name [aliases]
Procedure for creating @code{host} records.
@end defun
-
-@quotation Note
-The constructor for the @code{host} record-type is @code{%host} though
-the procedure @code{host} results in more concise definitions when there are
-multiple @code{host} records.
-@end quotation
@end defvar
@deffn {Scheme Procedure} login-service @var{config}
diff --git a/gnu/services/base.scm b/gnu/services/base.scm
index 3f55feb5a0..35b03a877b 100644
--- a/gnu/services/base.scm
+++ b/gnu/services/base.scm
@@ -106,7 +106,6 @@
virtual-terminal-service-type
host
- %host
host?
host-address
host-canonical-name