me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/make-bootstrap.scm (%guile-static-stripped): Add
  `outputs' field.
master
Ludovic Courtès 2013-07-05 14:39:47 +02:00
parent 82f9b17687
commit 3a4ebc1124
1 changed files with 2 additions and 1 deletions

View File

@ -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."