me
/
guix
Archived
1
0
Fork 0

gnu: libstatgrab: Omit static library.

* gnu/packages/lxqt.scm (libstatgrab)[arguments]: Add "--disable-static"
to the #:configure-flags.
master
Tobias Geerinckx-Rice 2021-10-05 13:24:38 +02:00
parent bf8e753aa0
commit 220424a780
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 1 deletions

View File

@ -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)))