From 284938bb725db8027561f3a03b3f88b639f07f64 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Mon, 6 May 2024 17:53:13 +0300 Subject: gnu: wolf-shaper: Add tunable property. * gnu/packages/music.scm (wolf-shaper)[properties]: Add tunable? flag. Change-Id: I32b26effaa18b814fcca8f4cd88b083969682a81 --- gnu/packages/music.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'gnu/packages') 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 -- cgit v1.2.3