mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
gnu: perl-boot0: Return #t from all phases.
* gnu/packages/commencement.scm (perl-boot0): Return #t from the 'disable-pthreads' phase.
This commit is contained in:
parent
06b1d6954a
commit
75f3aaced0
1 changed files with 2 additions and 1 deletions
|
@ -317,7 +317,8 @@ (define perl-boot0
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue