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
1 changed files with 2 additions and 1 deletions

View File

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