mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: sg3-utils: Omit static library.
* gnu/packages/scsi.scm (sg3-utils)[arguments]: Add "--disable-static" to #:configure-flags.
This commit is contained in:
parent
f41fbda9db
commit
90c524c94e
1 changed files with 3 additions and 0 deletions
|
@ -36,6 +36,9 @@ (define-public sg3-utils
|
|||
(base32
|
||||
"1ckj2kjcs23lbjfyl5mz2rb0aylnyq13yghg0bdv1n7dbywcmc6x"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
(list "--disable-static")))
|
||||
(home-page "http://sg.danny.cz/sg/sg3_utils.html")
|
||||
(synopsis "SCSI device utilities")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue