mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gettext-boot0: Return #t from chdir phase.
* gnu/packages/commencement.scm (gettext-boot0)[arguments]: Return #t from chdir phase.
This commit is contained in:
parent
eb8ea38141
commit
60ff6ec48f
1 changed files with 2 additions and 1 deletions
|
@ -637,7 +637,8 @@ (define gettext-boot0
|
|||
;; Build only the tools.
|
||||
(add-after 'unpack 'chdir
|
||||
(lambda _
|
||||
(chdir "gettext-tools")))
|
||||
(chdir "gettext-tools")
|
||||
#t))
|
||||
|
||||
;; Some test programs require pthreads, which we don't have.
|
||||
(add-before 'configure 'no-test-programs
|
||||
|
|
Loading…
Reference in a new issue