gnu: perl-boot0: Return #t from all phases.

* gnu/packages/commencement.scm (perl-boot0): Return #t from the
'disable-pthreads' phase.
master
Mark H Weaver 2018-03-25 04:32:14 -04:00
parent 06b1d6954a
commit 75f3aaced0
No known key found for this signature in database
GPG Key ID: 7CEF29847562C516
1 changed files with 2 additions and 1 deletions

View File

@ -317,7 +317,8 @@
(lambda _
(substitute* "Configure"
(("^libswanted=(.*)pthread" _ before)
(string-append "libswanted=" before)))))))
(string-append "libswanted=" before)))
#t))))
;; Do not configure with '-Dusethreads' since pthread
;; support is missing.
((#:configure-flags configure-flags)