build-system/emacs: Allow usage of #:parallel-tests? key

* guix/build-system/emacs.scm (emacs-build): Pass parallel-tests? to
  builder.

Signed-off-by: Jakub Kądziołka <kuba@kadziolka.net>
This commit is contained in:
Morgan Smith 2020-08-02 14:26:52 -04:00 committed by Jakub Kądziołka
parent d8787cb569
commit d98e0a27a7
No known key found for this signature in database
GPG Key ID: E315A75846131564

View File

@ -1,5 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2015 Federico Beffa <beffa@fbengineering.ch>
;;; Copyright © 2020 Morgan Smith <Morgan.J.Smith@outlook.com>
;;;
;;; This file is part of GNU Guix.
;;;
@ -112,6 +113,7 @@
#:system ,system
#:test-command ,test-command
#:tests? ,tests?
#:parallel-tests? ,parallel-tests?
#:phases ,phases
#:outputs %outputs
#:include ,include