guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: mit-krb5: Disable parallel build and testing.


From: Ludovic Courtès
Subject: 01/02: gnu: mit-krb5: Disable parallel build and testing.
Date: Tue, 14 Jun 2016 19:29:17 +0000 (UTC)

civodul pushed a commit to branch core-updates
in repository guix.

commit a083b5cb21f18e124460f887cb0eee8aca28d6cd
Author: Ludovic Courtès <address@hidden>
Date:   Tue Jun 14 21:20:30 2016 +0200

    gnu: mit-krb5: Disable parallel build and testing.
    
    * gnu/packages/mit-krb5.scm (mit-krb5)[arguments]: Pass
      #:parallel-build? #f and #:parallel-tests? #f.
---
 gnu/packages/mit-krb5.scm |    9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/mit-krb5.scm b/gnu/packages/mit-krb5.scm
index 5651637..e7f46ff 100644
--- a/gnu/packages/mit-krb5.scm
+++ b/gnu/packages/mit-krb5.scm
@@ -49,7 +49,14 @@
      `(("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 _



reply via email to

[Prev in Thread] Current Thread [Next in Thread]