mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: spread-sheet-widget: Omit static library.
* gnu/packages/gtk.scm (spread-sheet-widget)[arguments]: Add "--disable-static" to #:configure-flags.
This commit is contained in:
parent
514d68b48f
commit
d40b71069f
1 changed files with 3 additions and 0 deletions
|
@ -2397,6 +2397,9 @@ (define-public spread-sheet-widget
|
|||
(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))
|
||||
|
|
Loading…
Reference in a new issue