From d98e0a27a7c5e34837fff4edd42a641828070213 Mon Sep 17 00:00:00 2001 From: Morgan Smith Date: Sun, 2 Aug 2020 14:26:52 -0400 Subject: build-system/emacs: Allow usage of #:parallel-tests? key MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * guix/build-system/emacs.scm (emacs-build): Pass parallel-tests? to builder. Signed-off-by: Jakub Kądziołka --- guix/build-system/emacs.scm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'guix/build-system') diff --git a/guix/build-system/emacs.scm b/guix/build-system/emacs.scm index ef6d1b3397..ac05ff420e 100644 --- a/guix/build-system/emacs.scm +++ b/guix/build-system/emacs.scm @@ -1,5 +1,6 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2015 Federico Beffa +;;; Copyright © 2020 Morgan Smith ;;; ;;; 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 -- cgit v1.2.3