mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: mit-krb5: Disable parallel build and testing.
* gnu/packages/mit-krb5.scm (mit-krb5)[arguments]: Pass #:parallel-build? #f and #:parallel-tests? #f.
This commit is contained in:
parent
f828ff5b14
commit
a083b5cb21
1 changed files with 8 additions and 1 deletions
|
@ -49,7 +49,14 @@ (define-public mit-krb5
|
|||
`(("bison" ,bison)
|
||||
("perl" ,perl)))
|
||||
(arguments
|
||||
`(#:phases
|
||||
`(;; Work around "No rule to make target '../../include/gssapi/gssapi.h',
|
||||
;; needed by 'authgss_prot.so'."
|
||||
#:parallel-build? #f
|
||||
|
||||
;; Likewise with tests.
|
||||
#:parallel-tests? #f
|
||||
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'enter-source-directory
|
||||
(lambda _
|
||||
|
|
Loading…
Reference in a new issue