diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2026-06-22 10:11:33 +0900 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2026-07-29 16:00:18 +0900 |
| commit | 1d02eba0a086aae64807f6082f984a2308701343 (patch) | |
| tree | 29bd588441782ec0da010c430cc7288c2f99b69e /manifest.scm | |
| parent | 598966a9e07a39f5e368a084e4f82c9ea2cc36a9 (diff) | |
manifest.scm: Add guile-readline, for convenience.
* manifest.scm: Add guile-readline with a comment mentioning usage.
Closes: !9450
Diffstat (limited to 'manifest.scm')
| -rw-r--r-- | manifest.scm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/manifest.scm b/manifest.scm index 8c9fef68865..eb0808c36d8 100644 --- a/manifest.scm +++ b/manifest.scm | |||
| @@ -35,6 +35,10 @@ | |||
| 35 | (replace "graphviz" | 35 | (replace "graphviz" |
| 36 | (specification->package "graphviz"))))))) | 36 | (specification->package "graphviz"))))))) |
| 37 | 37 | ||
| 38 | ;; For convenience. You can have it used in a containerized | ||
| 39 | ;; environment with the '--expose=$HOME/.guile' option. | ||
| 40 | (specifications->manifest (list "guile-readline")) | ||
| 41 | |||
| 38 | ;; Extra packages used by unit tests. | 42 | ;; Extra packages used by unit tests. |
| 39 | (specifications->manifest (list "gnupg")) | 43 | (specifications->manifest (list "gnupg")) |
| 40 | 44 | ||
