gnu: slurm: Re-arrange package inputs.
* gnu/packages/parallel.scm (slurm)[inputs]: Move expect, perl, python-wrapper from here... [native-inputs]: ... to here.
This commit is contained in:
		
							parent
							
								
									ec2a8f602e
								
							
						
					
					
						commit
						d623ece566
					
				
					 1 changed files with 5 additions and 5 deletions
				
			
		|  | @ -140,19 +140,19 @@ and they are executed on lists of files, hosts, users or other items.") | |||
|                 #t)))) | ||||
|    ;; FIXME: More optional inputs could be added, | ||||
|    ;; in particular mysql and gtk+. | ||||
|    (inputs `(("expect" ,expect) | ||||
|              ("freeipmi" ,freeipmi) | ||||
|    (inputs `(("freeipmi" ,freeipmi) | ||||
|              ("hwloc" ,hwloc-2 "lib") | ||||
|              ("json-c" ,json-c) | ||||
|              ("linux-pam" , linux-pam) | ||||
|              ("munge" ,munge) | ||||
|              ("numactl" ,numactl) | ||||
|              ("perl" ,perl) | ||||
|              ("python" ,python-wrapper) | ||||
|              ("readline" ,readline))) | ||||
|    (native-inputs | ||||
|     `(("autoconf" ,autoconf) | ||||
|       ("pkg-config" ,pkg-config))) | ||||
|       ("expect" ,expect) | ||||
|       ("perl" ,perl) | ||||
|       ("pkg-config" ,pkg-config) | ||||
|       ("python" ,python-wrapper))) | ||||
|    (build-system gnu-build-system) | ||||
|    (arguments | ||||
|     `(#:configure-flags | ||||
|  |  | |||
		Reference in a new issue