~ruther/guix-local

d5e5924835fcaafa716e4b95157299fa8dccaab5 — Ludovic Courtès 10 years ago f6c8cb9
doc: Use new PACKAGE@VERSION syntax in example.

* doc/guix.texi (Using the Configuration System): Use PACKAGE@VERSION
syntax.
1 files changed, 1 insertions(+), 1 deletions(-)

M doc/guix.texi
M doc/guix.texi => doc/guix.texi +1 -1
@@ 6227,7 6227,7 @@ version:
(operating-system
  ;; ...
  (packages (append (map specification->package
                         '("tcpdump" "htop" "gnupg-2.0"))
                         '("tcpdump" "htop" "gnupg@@2.0"))
                    %base-packages)))
@end lisp