diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2024-05-06 17:53:13 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2024-05-06 23:16:54 +0300 |
commit | 284938bb725db8027561f3a03b3f88b639f07f64 (patch) | |
tree | 7bad3def0cd4db0f98cca9a5cbc13fc40bf58382 /gnu/packages/music.scm | |
parent | f4c954e314712df51abbde8f3e38c089cbc0e9d0 (diff) | |
download | guix-284938bb725db8027561f3a03b3f88b639f07f64.tar.gz |
gnu: wolf-shaper: Add tunable property.
* gnu/packages/music.scm (wolf-shaper)[properties]: Add tunable? flag. Change-Id: I32b26effaa18b814fcca8f4cd88b083969682a81
Diffstat (limited to 'gnu/packages/music.scm')
-rw-r--r-- | gnu/packages/music.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index 381758cf8c..90bfe1c891 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -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 |