gnu: libstatgrab: Omit static library.
* gnu/packages/lxqt.scm (libstatgrab)[arguments]: Add "--disable-static" to the #:configure-flags.master
parent
bf8e753aa0
commit
220424a780
|
@ -111,7 +111,8 @@ and import their menus over DBus.")
|
|||
(base32 "04bcbln3qlilxsyh5hrwdrv7x4pfv2lkwdwa98bxfismd15am22n"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags '("--enable-tests")))
|
||||
'(#:configure-flags '("--enable-tests"
|
||||
"--disable-static")))
|
||||
(native-inputs
|
||||
;; For testing.
|
||||
`(("perl" ,perl)))
|
||||
|
|
Reference in New Issue