diff options
| author | bdunahu <bdunahu@operationnull.com> | 2026-03-21 19:44:29 -0400 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2026-03-22 16:25:00 +0100 |
| commit | 9d6c3595056a63aaa0a18a0607f47270c70c3f65 (patch) | |
| tree | 922730c906422d4b552eecbcf0dd4c9b61a9a650 /gnu | |
| parent | 08ba0e8a130561e3696fe59eb8c08551452742bd (diff) | |
gnu: helm: Add vendor information.
* gnu/packages/music.scm (helm)[properties]: Add `helm` to
lint-hidden-cpe-vendors.
Merges guix/guix!7386
Change-Id: Idab1e5705ed74e152eed1d0c4bc36f054a983471
Signed-off-by: Cayetano Santos <csantosb@inventati.org>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/music.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index a08590a2a6b..6d8da850c54 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -7105,7 +7105,8 @@ MIDI drums and comes as two separate drumkits: Black Pearl and Red Zeppelin.") (synopsis "Polyphonic synth with lots of modulation") (description "Helm is a cross-platform polyphonic synthesizer available standalone and as an LV2 plugin.") - (license license:gpl3+))) + (license license:gpl3+) + (properties '((lint-hidden-cpe-vendors . ("helm")))))) (define-public zrythm (package |
