doc: Use new PACKAGE@VERSION syntax in example.

* doc/guix.texi (Using the Configuration System): Use PACKAGE@VERSION
syntax.
master
Ludovic Courtès 2016-04-16 01:36:54 +02:00
parent f6c8cb996b
commit d5e5924835
1 changed files with 1 additions and 1 deletions

View File

@ -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