me
/
guix
Archived
1
0
Fork 0

gnu: ztoolkit-rsvg: Use librsvg-for-system.

* gnu/packages/audio.scm (ztoolkit-rsvg)[propagated-inputs]: Replace librsvg
with librsvg-for-system.
master
Ricardo Wurmus 2023-05-19 13:07:50 +02:00
parent 4f19bf95ce
commit db639324b2
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 1 deletions

View File

@ -5692,7 +5692,7 @@ minimum.")
(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