mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 20:15:25 -06: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 @@ that support this feature).")
|
|||
`(#: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…
Add table
Reference in a new issue