mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-03 00:26:33 +01:00
gnu: ibutils: Use gexps.
* gnu/packages/fabric-management.scm (ibutils)[arguments]: Use gexps.
This commit is contained in:
parent
73c738bc9e
commit
f30946ce13
1 changed files with 6 additions and 4 deletions
|
@ -164,10 +164,12 @@ (define-public ibutils
|
|||
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.")
|
||||
|
|
Loading…
Reference in a new issue