gnu: wolf-shaper: Add tunable property.
* gnu/packages/music.scm (wolf-shaper)[properties]: Add tunable? flag. Change-Id: I32b26effaa18b814fcca8f4cd88b083969682a81master
parent
f4c954e314
commit
284938bb72
|
@ -7332,6 +7332,7 @@ plugin and a standalone JACK application.")
|
|||
(description "Wolf Shaper is a waveshaper plugin with a graph editor.
|
||||
It is provided as an LV2 plugin and as a standalone Jack application.")
|
||||
(home-page "https://pdesaulniers.github.io/wolf-shaper/")
|
||||
(properties `((tunable? . #t)))
|
||||
(license license:gpl3)))
|
||||
|
||||
(define-public wolf-spectrum
|
||||
|
|
Reference in New Issue