doc: Use new PACKAGE@VERSION syntax in example.
* doc/guix.texi (Using the Configuration System): Use PACKAGE@VERSION syntax.
This commit is contained in:
parent
f6c8cb996b
commit
d5e5924835
|
@ -6227,7 +6227,7 @@ version:
|
||||||
(operating-system
|
(operating-system
|
||||||
;; ...
|
;; ...
|
||||||
(packages (append (map specification->package
|
(packages (append (map specification->package
|
||||||
'("tcpdump" "htop" "gnupg-2.0"))
|
'("tcpdump" "htop" "gnupg@@2.0"))
|
||||||
%base-packages)))
|
%base-packages)))
|
||||||
@end lisp
|
@end lisp
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue