mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 21:49:34 -05:00
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:
parent
2f4faccc6f
commit
360ebe50b5
1 changed files with 11 additions and 0 deletions
|
@ -4148,3 +4148,14 @@ (define-public ztoolkit
|
||||||
minimum.")
|
minimum.")
|
||||||
(home-page "https://git.zrythm.org/cgit/ztoolkit/")
|
(home-page "https://git.zrythm.org/cgit/ztoolkit/")
|
||||||
(license license:agpl3+)))
|
(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")))
|
||||||
|
|
Loading…
Reference in a new issue