diff options
Diffstat (limited to 'gnu/packages/commencement.scm')
| -rw-r--r-- | gnu/packages/commencement.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm index 34584fbde5e..bec91f306e3 100644 --- a/gnu/packages/commencement.scm +++ b/gnu/packages/commencement.scm | |||
| @@ -84,7 +84,7 @@ | |||
| 84 | ;;; | 84 | ;;; |
| 85 | ;;; Code: | 85 | ;;; Code: |
| 86 | 86 | ||
| 87 | (define %bootstrap-guile+guild | 87 | (define-public %bootstrap-guile+guild |
| 88 | ;; This package combines %bootstrap-guile with guild, which is not included | 88 | ;; This package combines %bootstrap-guile with guild, which is not included |
| 89 | ;; in %bootstrap-guile. Guild is needed to build gash-boot and | 89 | ;; in %bootstrap-guile. Guild is needed to build gash-boot and |
| 90 | ;; gash-core-utils-boot because it is dependency of the Guile build system. | 90 | ;; gash-core-utils-boot because it is dependency of the Guile build system. |
| @@ -133,7 +133,8 @@ | |||
| 133 | (synopsis "Bootstrap Guile plus Guild") | 133 | (synopsis "Bootstrap Guile plus Guild") |
| 134 | (description "Bootstrap Guile with added Guild") | 134 | (description "Bootstrap Guile with added Guild") |
| 135 | (home-page #f) | 135 | (home-page #f) |
| 136 | (license (package-license guile-2.0)))) | 136 | (license (package-license guile-2.0)) |
| 137 | (properties '((hidden? . #t))))) | ||
| 137 | 138 | ||
| 138 | (define mes-boot | 139 | (define mes-boot |
| 139 | (package | 140 | (package |
