mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: ztoolkit-rsvg: Use librsvg-for-system.
* gnu/packages/audio.scm (ztoolkit-rsvg)[propagated-inputs]: Replace librsvg with librsvg-for-system.
This commit is contained in:
parent
4f19bf95ce
commit
db639324b2
1 changed files with 1 additions and 1 deletions
|
@ -5692,7 +5692,7 @@ (define-public ztoolkit-rsvg
|
|||
(list #:configure-flags '(list "-Denable_rsvg=true")))
|
||||
(propagated-inputs
|
||||
(modify-inputs (package-propagated-inputs ztoolkit)
|
||||
(prepend librsvg)))
|
||||
(prepend (librsvg-for-system))))
|
||||
(synopsis "ZToolkit with SVG support")))
|
||||
|
||||
(define-public libinstpatch
|
||||
|
|
Loading…
Reference in a new issue