me
/
guix
Archived
1
0
Fork 0

gnu: spread-sheet-widget: Omit static library.

* gnu/packages/gtk.scm (spread-sheet-widget)[arguments]:
Add "--disable-static" to #:configure-flags.
master
Tobias Geerinckx-Rice 2023-07-16 02:00:01 +02:00
parent 514d68b48f
commit d40b71069f
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 0 deletions

View File

@ -2397,6 +2397,9 @@ does not deal with windowing system surfaces, drawing, scene graphs, or input.")
(sha256
(base32 "0jwmx5i02jwmkp6gci2mapqglh2g3a0092wns185hfygiwlxi2c5"))))
(build-system gnu-build-system)
(arguments
(list #:configure-flags
#~(list "--disable-static")))
(native-inputs
(list `(,glib "bin") ; for glib-genmarshal, etc.
pkg-config))