gnu: ztoolkit-rsvg: Drop package label.
* gnu/packages/audio.scm (ztoolkit-rsvg)[propagated-inputs]: Use MODIFY-INPUTS.
This commit is contained in:
parent
2d62262ead
commit
8659f5e3ee
1 changed files with 10 additions and 10 deletions
|
@ -5692,6 +5692,16 @@ minimum.")
|
||||||
(home-page "https://git.zrythm.org/zrythm/ztoolkit")
|
(home-page "https://git.zrythm.org/zrythm/ztoolkit")
|
||||||
(license license:agpl3+)))
|
(license license:agpl3+)))
|
||||||
|
|
||||||
|
(define-public ztoolkit-rsvg
|
||||||
|
(package/inherit ztoolkit
|
||||||
|
(name "ztoolkit-rsvg")
|
||||||
|
(arguments
|
||||||
|
(list #:configure-flags '(list "-Denable_rsvg=true")))
|
||||||
|
(propagated-inputs
|
||||||
|
(modify-inputs (package-propagated-inputs ztoolkit)
|
||||||
|
(prepend librsvg)))
|
||||||
|
(synopsis "ZToolkit with SVG support")))
|
||||||
|
|
||||||
(define-public libinstpatch
|
(define-public libinstpatch
|
||||||
(package
|
(package
|
||||||
(name "libinstpatch")
|
(name "libinstpatch")
|
||||||
|
@ -5723,16 +5733,6 @@ an object framework (based on GObject) to load patch files, which can then be
|
||||||
edited, converted, compressed and saved.")
|
edited, converted, compressed and saved.")
|
||||||
(license license:lgpl2.1)))
|
(license license:lgpl2.1)))
|
||||||
|
|
||||||
(define-public ztoolkit-rsvg
|
|
||||||
(package/inherit ztoolkit
|
|
||||||
(name "ztoolkit-rsvg")
|
|
||||||
(arguments
|
|
||||||
`(#:configure-flags `("-Denable_rsvg=true")))
|
|
||||||
(propagated-inputs
|
|
||||||
`(("librsvg" ,librsvg)
|
|
||||||
,@(package-propagated-inputs ztoolkit)))
|
|
||||||
(synopsis "ZToolkit with SVG support")))
|
|
||||||
|
|
||||||
(define-public lsp-dsp-lib
|
(define-public lsp-dsp-lib
|
||||||
(package
|
(package
|
||||||
(name "lsp-dsp-lib")
|
(name "lsp-dsp-lib")
|
||||||
|
|
Reference in a new issue