mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: alpine: Disable parallel build.
* gnu/packages/mail.scm (alpine)[arguments]: Add '#:parallel-build? #f'. Change-Id: Ic5c7f34ba8b720762b345670f4d568af5e39cb2d
This commit is contained in:
parent
a5a6ab4015
commit
98b4fb8dab
1 changed files with 1 additions and 0 deletions
|
@ -3940,6 +3940,7 @@ (define-public alpine
|
|||
(arguments
|
||||
`(#:make-flags
|
||||
(list (string-append "CC=" ,(cc-for-target)))
|
||||
#:parallel-build? #f ;fails otherwise
|
||||
#:configure-flags (list (string-append "--with-ssl-include-dir="
|
||||
(assoc-ref %build-inputs "openssl")
|
||||
"/include/openssl")
|
||||
|
|
Loading…
Reference in a new issue