mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: librsvg: Don't build librsvg-2.a.
* gnu/packages/gnome.scm (librsvg)[arguments]: Add #:configure-flags.
This commit is contained in:
parent
350b7f8a74
commit
7e0f4cb154
1 changed files with 2 additions and 1 deletions
|
@ -1313,7 +1313,8 @@ (define-public librsvg
|
|||
"1h3qnqhr0l7pd2bxg69ki6ckl4srdwgr471dpp4jq9i4784hp0v6"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:make-flags '("CC=gcc")
|
||||
`(#:configure-flags '("--disable-static")
|
||||
#:make-flags '("CC=gcc")
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
;; Don't patch anything in vendor/ to avoid having to recompute
|
||||
|
|
Loading…
Reference in a new issue