mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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 @@ (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
|
||||
|
|
Loading…
Reference in a new issue