mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: multipath-tools: Enable parallel build.
* gnu/packages/linux.scm (multipath-tools)[arguments]: Remove parallel-build? argument.
This commit is contained in:
parent
66edd586c2
commit
a570b4e1ee
1 changed files with 1 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
||||||
;;; Copyright © 2016 Raymond Nicholson <rain1@openmailbox.org>
|
;;; Copyright © 2016 Raymond Nicholson <rain1@openmailbox.org>
|
||||||
;;; Copyright © 2016 Mathieu Lirzin <mthl@gnu.org>
|
;;; Copyright © 2016 Mathieu Lirzin <mthl@gnu.org>
|
||||||
;;; Copyright © 2016, 2018-2022 Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
;;; 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 David Craven <david@craven.ch>
|
||||||
;;; Copyright © 2016 John Darrington <jmd@gnu.org>
|
;;; Copyright © 2016 John Darrington <jmd@gnu.org>
|
||||||
;;; Copyright © 2016-2022 Marius Bakke <marius@gnu.org>
|
;;; Copyright © 2016-2022 Marius Bakke <marius@gnu.org>
|
||||||
|
@ -5202,7 +5202,6 @@ (define-public multipath-tools
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
#:test-target "test"
|
#:test-target "test"
|
||||||
#:parallel-build? #f ;XXX: broken since 0.8.4
|
|
||||||
#:make-flags #~(list (string-append "CC=" #$(cc-for-target))
|
#:make-flags #~(list (string-append "CC=" #$(cc-for-target))
|
||||||
(string-append "DESTDIR=" #$output)
|
(string-append "DESTDIR=" #$output)
|
||||||
;; Install Udev rules below this directory, relative
|
;; Install Udev rules below this directory, relative
|
||||||
|
|
Loading…
Reference in a new issue