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:
Efraim Flashner 2020-10-15 10:39:33 +03:00
parent ec2a8f602e
commit d623ece566
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -140,19 +140,19 @@ (define-public slurm
#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