From 91f7ec90fbe742de6eb3c092c86d84125a56f51f Mon Sep 17 00:00:00 2001 From: Luis Felipe Date: Mon, 1 Mar 2021 11:15:16 -0500 Subject: [PATCH] doc: Fix reference to the bind package variable name. * doc/guix.texi (Globally-Visible Packages): Change "bind" variable name to the actual variable name, "isc-bind". --- doc/guix.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/guix.texi b/doc/guix.texi index e8fb346d73..8468b2890b 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -13301,12 +13301,12 @@ of a package: (operating-system ;; ... - (packages (cons (list bind "utils") + (packages (cons (list isc-bind "utils") %base-packages))) @end lisp @findex specification->package -Referring to packages by variable name, like @code{bind} above, has +Referring to packages by variable name, like @code{isc-bind} above, has the advantage of being unambiguous; it also allows typos and such to be diagnosed right away as ``unbound variables''. The downside is that one needs to know which module defines which package, and to augment the base-commit: 7ca43b0a1e2215abe0df0708f31decace8e68911 -- 2.30.0