mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: memkind: Disable parallel build.
* gnu/packages/disk.scm (memkind)[arguments]: Add '#:parallel-build? #f'. Change-Id: I64f92c2a23e48eb7a131048ca1da3784416546e4
This commit is contained in:
parent
fe88550267
commit
547c19ed52
1 changed files with 1 additions and 0 deletions
|
@ -1466,6 +1466,7 @@ (define-public memkind
|
|||
`(#:configure-flags
|
||||
(list (string-append "--docdir=" (assoc-ref %outputs "out")
|
||||
"/share/doc/" ,name "-" ,version))
|
||||
#:parallel-build? #f ;fails otherwise
|
||||
#:tests? #f ; Tests require a NUMA-enabled system.
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
|
|
Loading…
Reference in a new issue