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 @@
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     `(("pkg-config" ,pkg-config)))
 | 
					     `(("pkg-config" ,pkg-config)))
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:phases
 | 
					     `(#:configure-flags '("--localstatedir=/var")
 | 
				
			||||||
 | 
					       #:phases
 | 
				
			||||||
       (modify-phases %standard-phases
 | 
					       (modify-phases %standard-phases
 | 
				
			||||||
         (add-after
 | 
					         (add-after
 | 
				
			||||||
          'install 'refine-libnuma
 | 
					          'install 'refine-libnuma
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue