me
/
guix
Archived
1
0
Fork 0

gnu: Add ztoolkit-rsvg.

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

Signed-off-by: Jakub Kądziołka <kuba@kadziolka.net> [with modifications]
master
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
1 changed files with 11 additions and 0 deletions

View File

@ -4148,3 +4148,14 @@ audio plugin UIs, where the dependencies often need to be kept to a
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")))