[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#59520] [PATCH] doc: Note that guix package can operate on outputs.
From: |
Abhishek Cherath |
Subject: |
[bug#59520] [PATCH] doc: Note that guix package can operate on outputs. |
Date: |
Wed, 23 Nov 2022 13:47:50 -0500 |
* doc/guix.texi ("Package Management")
["Invoking guix package"]: Mention support for operating
on store paths.
---
doc/guix.texi | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/doc/guix.texi b/doc/guix.texi
index c0cb24d709..61f323446b 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -3424,9 +3424,10 @@ The @var{options} can be among the following:
Install the specified @var{package}s.
Each @var{package} may specify either a simple package name, such as
-@code{guile}, or a package name followed by an at-sign and version number,
+@code{guile}; a package name followed by an at-sign and version number,
such as @code{guile@@1.8.8} or simply @code{guile@@1.8} (in the latter
-case, the newest version prefixed by @code{1.8} is selected).
+case, the newest version prefixed by @code{1.8} is selected); or a store path,
+such as @file{/gnu/store/...-guile-1.8.8}.
If no version number is specified, the
newest available version will be selected. In addition, @var{package}
base-commit: 7a2082023ad9c7479bfedf39537606a088222d48
--
2.38.1
- [bug#59520] [PATCH] doc: Note that guix package can operate on outputs., Abhishek Cherath, 2022/11/23
- [bug#59520] [PATCH] doc: Note that guix package can operate on outputs.,
Abhishek Cherath <=
- [bug#59520] [PATCH] doc: Note that guix package can operate on outputs., zimoun, 2022/11/23
- [bug#59520] [PATCH] doc: Note that guix package can operate on outputs., Abhishek Cherath, 2022/11/23
- [bug#59520] [PATCH] doc: Note that guix package can operate on outputs., zimoun, 2022/11/23
- [bug#59520] [PATCH] doc: Note that guix package can operate on outputs., Tobias Geerinckx-Rice, 2022/11/23
- [bug#59520] [PATCH] doc: Note that guix package can operate on outputs., Abhishek Cherath, 2022/11/23
- [bug#59520] [PATCH] doc: Note that guix package can operate on outputs., zimoun, 2022/11/24
- [bug#59520] [PATCH] doc: Note that guix package can operate on outputs., Tobias Geerinckx-Rice, 2022/11/23
[bug#59520] [PATCH] doc: Note that ‘guix package’ accepts file names., Tobias Geerinckx-Rice, 2022/11/23