gnu: make-bootstrap: guile-static-stripped has no "debug" output.
* gnu/packages/make-bootstrap.scm (%guile-static-stripped): Add `outputs' field.
This commit is contained in:
parent
82f9b17687
commit
3a4ebc1124
|
@ -519,7 +519,8 @@ for `sh' in $PATH, and without nscd, and with static NSS modules."
|
||||||
(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."
|
||||||
|
|
Loading…
Reference in New Issue