[PATCH] doc: Improve example for guix-for-channels.

  • Done
  • quality assurance status badge
Details
2 participants
  • pelzflorian (Florian Pelz)
  • Tomas Volf
Owner
unassigned
Submitted by
Tomas Volf
Severity
normal

Debbugs page

Tomas Volf wrote 7 months ago
(address . guix-patches@gnu.org)(name . Tomas Volf)(address . ~@wolfsden.cz)
a214403622430103b56f6cb20432b8a14d85f45f.1723669175.git.~@wolfsden.cz
The example was missing the (gnu packages package-management) import, so it
did not work. While the module was mentioned below, I overlooked the
sentence. So add it also into the example to make it more obvious.

Change-Id: Ibc5b0be87d40531397660a3b0747f83b851b004b
---
doc/guix.texi | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Toggle diff (18 lines)
diff --git a/doc/guix.texi b/doc/guix.texi
index f018d62014..f379f12bb0 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -5388,7 +5388,8 @@ Customizing the System-Wide Guix
operating system configuration, as in this example:
@lisp
-(use-modules (guix channels))
+(use-modules (gnu packages package-management)
+ (guix channels))
(define my-channels
;; Channels that should be available to

base-commit: b03eddc326ee4eb26b25743faee2080de6aded7e
--
2.45.2
pelzflorian (Florian Pelz) wrote 7 months ago
(name . Tomas Volf)(address . ~@wolfsden.cz)
87o75tvphz.fsf@pelzflorian.de
Added a line to the commit message:

* doc/guix.texi (Customizing the System-Wide Guix): Add import to example.

Pushed as 888fdfd1b1c4e4b3913b7b229f1ebc9f4596be20. Thank you!

Regards,
Florian
Closed
Tomas Volf wrote 7 months ago
(name . pelzflorian (Florian Pelz))(address . pelzflorian@pelzflorian.de)
Zr5sUGSBu8ZlbmP5@ws
On 2024-08-15 16:18:16 +0200, pelzflorian (Florian Pelz) wrote:
Toggle quote (4 lines)
> Added a line to the commit message:
>
> * doc/guix.texi (Customizing the System-Wide Guix): Add import to example.

Ah, based on '(standards)Simple Changes' I assumed there is no need to do this
for documentation changes. Will write it next time.

Toggle quote (3 lines)
>
> Pushed as 888fdfd1b1c4e4b3913b7b229f1ebc9f4596be20. Thank you!

Thank you for merging it :)

Tomas

--
There are only two hard things in Computer Science:
cache invalidation, naming things and off-by-one errors.
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEt4NJs4wUfTYpiGikL7/ufbZ/wakFAma+bFAACgkQL7/ufbZ/
walFVRAApWoWARI94P9qWKld7e+h8f/a1X5FDIZigeWpSmrLv2pZFJIettsnaa6Z
kaEFUMDTcycGGyAS47Xl5LuSvqWg+ciQRvqu4+TyTlIS1d7PZPC4Ioc20/jFdeSo
K66+qpijghYtdSJaECWmI9xrAV4GKpvxb6sKAv61rwKFzQBP+a7HYLAEAC0fdySN
bhFAW4DK8Zt0WOZjbpZZhiWUFdy/s3SFWSSxYUSbZ2yVoKwq4Ic93r4OJmzo1S4t
706aAlwQ1lsZk4C0iOfmyqrh8OLWy7QkoL+0ORDeG2XCTqqKx/vHbVnRpZP4+FBs
WbmCNZnW1sDOl4ekX/dIkaMzybGgbzEjcpmAxCruqN7HJIoChfCiberyOq6/b1yJ
4g+Gbxcdu4VIB5dCv+RqYCxtg+2lTSR7F7BvwRGZqJyiOuAcHy6DG8eKyY/I9SJB
HwaHeWDPqn4anKj4dcqqigyiNLVkfc3PuMN37OTH7S6mjuoDvn/OBOY8sdfD5oMB
KByZpx0/y59MHeJB8soWQ5AYGtDwQ1CeZ9Gbz9uGyMxbCTuiCONZrORnklD3QIIM
l2uwTlKxXH6+eS3oWhwe/qKwCHR92m9rWdSed/jP8Crxoyh0XiFooAFxFrmUlQ8C
CsnJ/TWj/M3Nm3VZx40vp0C+VFJWQ/IVDVK+4Xt4ochVGo6rYB8=
=WAjM
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 72629@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 72629
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help