gnu: perl-boot0: Return #t from all phases.
* gnu/packages/commencement.scm (perl-boot0): Return #t from the 'disable-pthreads' phase.master
parent
06b1d6954a
commit
75f3aaced0
|
@ -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)
|
||||
|
|
Reference in New Issue