me
/
guix
Archived
1
0
Fork 0

gnu: ibutils: Use gexps.

* gnu/packages/fabric-management.scm (ibutils)[arguments]: Use gexps.
Ludovic Courtès 2023-02-23 14:34:33 +01:00
parent 73c738bc9e
commit f30946ce13
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 6 additions and 4 deletions

View File

@ -164,10 +164,12 @@ 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")
"--disable-static")))
(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
testing InfiniBand networks.")