~ruther/guix-local

75ca2f4f473fec64cd01486e565341430ee2e138 — Ludovic Courtès 12 years ago 3e8f16b
gnu: make-bootstrap: Add a couple of synopses.

* gnu/packages/make-bootstrap.scm (%guile-static,
  %guile-static-stripped): Add synopsis.
1 files changed, 3 insertions(+), 1 deletions(-)

M gnu/packages/make-bootstrap.scm
M gnu/packages/make-bootstrap.scm => gnu/packages/make-bootstrap.scm +3 -1
@@ 451,6 451,7 @@ for `sh' in $PATH, and without nscd, and with static NSS modules."
  ;; than in hard-coded configure-time paths.
  (let* ((guile (package (inherit guile-2.0)
                  (name (string-append (package-name guile-2.0) "-static"))
                  (synopsis "Statically-linked and relocatable Guile")
                  (inputs
                   `(("patch/relocatable"
                      ,(search-patch "guile-relocatable.patch"))


@@ 542,7 543,8 @@ for `sh' in $PATH, and without nscd, and with static NSS modules."
                       #t
                       '(zero? (system* guile2 "--version")))))))))
    (inputs `(("guile" ,%guile-static)))
    (outputs '("out"))))
    (outputs '("out"))
    (synopsis "Minimal statically-linked and relocatable Guile")))

(define (tarball-package pkg)
  "Return a package containing a tarball of PKG."