gnu: hwloc: Use /var as the localstatedir.

* gnu/packages/mpi.scm (hwloc)[arguments]: Add #:configure-flags.
master
Ludovic Courtès 2017-06-30 17:31:03 +02:00 committed by Ludovic Courtès
parent 2973ebf504
commit 7eb9f31cd9
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 1 deletions

View File

@ -67,7 +67,8 @@
(native-inputs
`(("pkg-config" ,pkg-config)))
(arguments
`(#:phases
`(#:configure-flags '("--localstatedir=/var")
#:phases
(modify-phases %standard-phases
(add-after
'install 'refine-libnuma