guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: multipath-tools: Enable parallel build.


From: guix-commits
Subject: 02/03: gnu: multipath-tools: Enable parallel build.
Date: Mon, 14 Nov 2022 16:56:23 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit a570b4e1eef3a0efeacf2fba11257061dcf2b642
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Nov 14 22:49:44 2022 +0100

    gnu: multipath-tools: Enable parallel build.
    
    * gnu/packages/linux.scm (multipath-tools)[arguments]: Remove 
parallel-build?
    argument.
---
 gnu/packages/linux.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 05d488aef1..42a724b2c8 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -12,7 +12,7 @@
 ;;; Copyright © 2016 Raymond Nicholson <rain1@openmailbox.org>
 ;;; Copyright © 2016 Mathieu Lirzin <mthl@gnu.org>
 ;;; Copyright © 2016, 2018-2022 Nicolas Goaziou <mail@nicolasgoaziou.fr>
-;;; Copyright © 2016, 2018, 2019, 2020, 2021 Ricardo Wurmus 
<rekado@elephly.net>
+;;; Copyright © 2016, 2018, 2019, 2020, 2021, 2022 Ricardo Wurmus 
<rekado@elephly.net>
 ;;; Copyright © 2016 David Craven <david@craven.ch>
 ;;; Copyright © 2016 John Darrington <jmd@gnu.org>
 ;;; Copyright © 2016-2022 Marius Bakke <marius@gnu.org>
@@ -5202,7 +5202,6 @@ arrays when needed.")
     (arguments
      (list
       #:test-target "test"
-      #:parallel-build? #f              ;XXX: broken since 0.8.4
       #:make-flags #~(list (string-append "CC=" #$(cc-for-target))
                            (string-append "DESTDIR=" #$output)
                            ;; Install Udev rules below this directory, relative



reply via email to

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