gnu: glibc-hurd-headers: Return #t from all phases.

* gnu/packages/base.scm (glibc/hurd-headers): Return #t from the custom
install phase.
master
Mark H Weaver 2018-03-23 02:29:03 -04:00
parent ecb67a18b0
commit b4c4f3399c
No known key found for this signature in database
GPG Key ID: 7CEF29847562C516
1 changed files with 2 additions and 1 deletions

View File

@ -1091,7 +1091,8 @@ command.")
(let ((out (assoc-ref outputs "out")))
(close-port
(open-output-file
(string-append out "/include/gnu/stubs.h"))))))
(string-append out "/include/gnu/stubs.h"))))
#t))
(delete 'build) ; nothing to build
(add-before 'configure 'patch-configure-script
(lambda _