me
/
guix
Archived
1
0
Fork 0

gnu: slurm: Re-arrange package inputs.

* gnu/packages/parallel.scm (slurm)[inputs]: Move expect, perl,
python-wrapper from here...
[native-inputs]: ... to here.
master
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
1 changed files with 5 additions and 5 deletions

View File

@ -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