diff options
author | Julien Lepiller <julien@lepiller.eu> | 2019-06-10 18:26:49 +0200 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2019-06-10 18:31:21 +0200 |
commit | aec9bb8793ca75a5bbc1731460ed4eb388764202 (patch) | |
tree | 0b9d29d12d9bcd60ef8d275c0415ea21ed295409 | |
parent | d69bbd8c70a98ae6f3257fb4b4098ee92eeaebfe (diff) | |
download | patches-aec9bb8793ca75a5bbc1731460ed4eb388764202.tar patches-aec9bb8793ca75a5bbc1731460ed4eb388764202.tar.gz |
doc: Work around a po4a bug.
* doc/guix.texi: Work around a po4a bug that prevents `guix pull` from
completing.
-rw-r--r-- | doc/guix.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 83981b50d2..93bec28fc9 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -24225,8 +24225,8 @@ how to use it: After @command{guix system reconfigure} configure Nix for your user: @itemize -@item Add a Nix channel and update it. See @url{https://nixos.org/nix/manual/, -Nix Package Manager Guide}. +@item Add a Nix channel and update it. See +@url{https://nixos.org/nix/manual/, Nix Package Manager Guide}. @item Create a symlink to your profile and activate Nix profile: @end itemize |