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
|
@ -637,7 +637,8 @@ exec ~a/bin/~a-~a -B~a/lib -Wl,-dynamic-linker -Wl,~a/~a \"$@\"~%"
|
|||
;; 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 New Issue