diff options
| -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 | ||
