mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue