Alexandros Theodotou writes: > From aae805260db2b830a35459ae219c780e6619cc14 Mon Sep 17 00:00:00 2001 > From: Alexandros Theodotou > Date: Fri, 8 Nov 2019 09:35:38 +0000 > Subject: [PATCH] gnu: Add avldrums-lv2. > > * gnu/packages/music.scm: (avldrums-lv2): New variable. [...] > + (source > + (origin > + (method git-fetch) > + (uri > + (git-reference > + (url "https://github.com/x42/avldrums.lv2.git") > + (commit (string-append "v" version)) > + (recursive? #t))) ; for the 'robtk' submodule Can we package robtk separately? > + (home-page "http://x42-plugins.com/x42/x42-avldrums") HTTPS ^ > + (synopsis "Drum sample player LV2 plugin dedicated to the AVLinux > Drumkits") > + (description "avldrums.lv2 is a drum sample player LV2 plugin > dedicated to Glen MacArthur's > +AVLdrums. This plugin provides a convenient way to sequence and mix > MIDI drums and > +comes as two separate drumkits: Black Pearl and Red Zeppelin.") Make sure to run 'guix lint' before resending these patches, to catch infraction issues :-)