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