rekado pushed a commit to branch master
in repository guix.

commit a570b4e1eef3a0efeacf2fba11257061dcf2b642
Author: Ricardo Wurmus <[email protected]>
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 <[email protected]>
 ;;; Copyright © 2016 Mathieu Lirzin <[email protected]>
 ;;; Copyright © 2016, 2018-2022 Nicolas Goaziou <[email protected]>
-;;; Copyright © 2016, 2018, 2019, 2020, 2021 Ricardo Wurmus 
<[email protected]>
+;;; Copyright © 2016, 2018, 2019, 2020, 2021, 2022 Ricardo Wurmus 
<[email protected]>
 ;;; Copyright © 2016 David Craven <[email protected]>
 ;;; Copyright © 2016 John Darrington <[email protected]>
 ;;; Copyright © 2016-2022 Marius Bakke <[email protected]>
@@ -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