gnu: ibutils: Use gexps.
* gnu/packages/fabric-management.scm (ibutils)[arguments]: Use gexps.
parent
73c738bc9e
commit
f30946ce13
|
@ -164,9 +164,11 @@ interface to this library is not guaranteed to be stable.")
|
|||
perl))
|
||||
(native-inputs (list swig))
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
(list (string-append "--with-osm=" (assoc-ref %build-inputs "opensm"))
|
||||
(string-append "--with-tk-lib=" (assoc-ref %build-inputs "tk") "/lib")
|
||||
(list #:configure-flags
|
||||
#~(list (string-append "--with-osm="
|
||||
#$(this-package-input "opensm"))
|
||||
(string-append "--with-tk-lib="
|
||||
#$(this-package-input "tk") "/lib")
|
||||
"--disable-static")))
|
||||
(synopsis "InfiniBand network utilities")
|
||||
(description "These command-line utilities allow for diagnosing and
|
||||
|
|
Reference in New Issue