Skip to content
Snippets Groups Projects
Commit 3a4ebc11 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

gnu: make-bootstrap: guile-static-stripped has no "debug" output.

* gnu/packages/make-bootstrap.scm (%guile-static-stripped): Add
  `outputs' field.
parent 82f9b176
No related branches found
No related tags found
No related merge requests found
...@@ -519,7 +519,8 @@ (define %guile-static-stripped ...@@ -519,7 +519,8 @@ (define %guile-static-stripped
(string-append out "/bin/guile")) (string-append out "/bin/guile"))
(remove-store-references (string-append out "/bin/guile")) (remove-store-references (string-append out "/bin/guile"))
#t)))) #t))))
(inputs `(("guile" ,%guile-static))))) (inputs `(("guile" ,%guile-static)))
(outputs '("out"))))
(define (tarball-package pkg) (define (tarball-package pkg)
"Return a package containing a tarball of PKG." "Return a package containing a tarball of PKG."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment