~ruther/guix-local

3a4ebc11240761901de75da3ffebbace5a70cf6c — Ludovic Courtès 12 years ago 82f9b17
gnu: make-bootstrap: guile-static-stripped has no "debug" output.

* gnu/packages/make-bootstrap.scm (%guile-static-stripped): Add
  `outputs' field.
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/make-bootstrap.scm
M gnu/packages/make-bootstrap.scm => gnu/packages/make-bootstrap.scm +2 -1
@@ 519,7 519,8 @@ for `sh' in $PATH, and without nscd, and with static NSS modules."
                      (string-append out "/bin/guile"))
           (remove-store-references (string-append out "/bin/guile"))
           #t))))
    (inputs `(("guile" ,%guile-static)))))
    (inputs `(("guile" ,%guile-static)))
    (outputs '("out"))))

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