gettext-boot0: Return #t from chdir phase.

* gnu/packages/commencement.scm (gettext-boot0)[arguments]: Return #t from
chdir phase.
This commit is contained in:
Mark H Weaver 2018-03-16 09:02:13 -04:00
parent eb8ea38141
commit 60ff6ec48f
No known key found for this signature in database
GPG key ID: 7CEF29847562C516

View file

@ -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