guix-patches
[Top][All Lists]
Advanced

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

[bug#42679] [PATCH] guix: emacs-build-system: Allow usage of #:parallel-


From: Morgan . J . Smith
Subject: [bug#42679] [PATCH] guix: emacs-build-system: Allow usage of #:parallel-tests? key
Date: Sun, 2 Aug 2020 14:26:52 -0400

From: Morgan Smith <Morgan.J.Smith@outlook.com>

---
 guix/build-system/emacs.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/guix/build-system/emacs.scm b/guix/build-system/emacs.scm
index ef6d1b3397..83211c8ab6 100644
--- a/guix/build-system/emacs.scm
+++ b/guix/build-system/emacs.scm
@@ -112,6 +112,7 @@
                     #:system ,system
                     #:test-command ,test-command
                     #:tests? ,tests?
+                    #:parallel-tests? ,parallel-tests?
                     #:phases ,phases
                     #:outputs %outputs
                     #:include ,include
-- 
2.28.0






reply via email to

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