gnu: Add ztoolkit-rsvg.

* gnu/packages/audio.scm (ztoolkit-rsvg): New variable.

Signed-off-by: Jakub Kądziołka <kuba@kadziolka.net> [with modifications]
This commit is contained in:
Alexandros Theodotou 2020-03-21 18:45:51 +00:00 committed by Jakub Kądziołka
parent 2f4faccc6f
commit 360ebe50b5
No known key found for this signature in database
GPG key ID: E315A75846131564

View file

@ -4148,3 +4148,14 @@ (define-public ztoolkit
minimum.")
(home-page "https://git.zrythm.org/cgit/ztoolkit/")
(license license:agpl3+)))
(define-public ztoolkit-rsvg
(package
(inherit ztoolkit)
(name "ztoolkit-rsvg")
(arguments
`(#:configure-flags `("-Denable_rsvg=true")))
(inputs
`(("librsvg" ,librsvg)
,@(package-inputs ztoolkit)))
(synopsis "ZToolkit with SVG support")))