mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: hwloc: Use /var as the localstatedir.
* gnu/packages/mpi.scm (hwloc)[arguments]: Add #:configure-flags.
This commit is contained in:
parent
2973ebf504
commit
7eb9f31cd9
1 changed files with 2 additions and 1 deletions
|
@ -67,7 +67,8 @@ (define-public hwloc
|
|||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
(arguments
|
||||
`(#:phases
|
||||
`(#:configure-flags '("--localstatedir=/var")
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after
|
||||
'install 'refine-libnuma
|
||||
|
|
Loading…
Reference in a new issue