unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#42679] [PATCH] guix: emacs-build-system: Allow usage of #:parallel-tests? key
@ 2020-08-02 18:26 Morgan.J.Smith
  2020-08-09 20:16 ` Jakub Kądziołka
  0 siblings, 1 reply; 2+ messages in thread
From: Morgan.J.Smith @ 2020-08-02 18:26 UTC (permalink / raw)
  To: 42679; +Cc: Morgan Smith

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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-08-09 20:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-02 18:26 [bug#42679] [PATCH] guix: emacs-build-system: Allow usage of #:parallel-tests? key Morgan.J.Smith
2020-08-09 20:16 ` Jakub Kądziołka

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).