gnu: glibc-hurd-headers: Return #t from all phases.
* gnu/packages/base.scm (glibc/hurd-headers): Return #t from the custom install phase.
This commit is contained in:
parent
ecb67a18b0
commit
b4c4f3399c
@ -1091,7 +1091,8 @@ command.")
|
|||||||
(let ((out (assoc-ref outputs "out")))
|
(let ((out (assoc-ref outputs "out")))
|
||||||
(close-port
|
(close-port
|
||||||
(open-output-file
|
(open-output-file
|
||||||
(string-append out "/include/gnu/stubs.h"))))))
|
(string-append out "/include/gnu/stubs.h"))))
|
||||||
|
#t))
|
||||||
(delete 'build) ; nothing to build
|
(delete 'build) ; nothing to build
|
||||||
(add-before 'configure 'patch-configure-script
|
(add-before 'configure 'patch-configure-script
|
||||||
(lambda _
|
(lambda _
|
||||||
|
Loading…
Reference in New Issue
Block a user