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:
Ludovic Courtès 2016-06-14 21:20:30 +02:00
parent f828ff5b14
commit a083b5cb21
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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 _