mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 22:26:40 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue