me
/
guix
Archived
1
0
Fork 0

gnu: libical: Disable parallel build.

* gnu/packages/calendar.scm (libical)[arguments]: Add #:parallel-build?.
master
Marius Bakke 2020-07-25 10:07:59 +02:00
parent e605d3bd54
commit 2960d31aec
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 0 deletions

View File

@ -123,6 +123,7 @@ the <tz.h> library for handling time zones and leap seconds.")
(build-system cmake-build-system)
(arguments
'(#:tests? #f ; test suite appears broken
#:parallel-build? #f ;may cause GIR generation failure
#:configure-flags '("-DSHARED_ONLY=true"
;; required by evolution-data-server
"-DGOBJECT_INTROSPECTION=true"