Alexandros Theodotou writes: > From 10b8905b8e117d68e6b8b8f86087111a1fb5dae8 Mon Sep 17 00:00:00 2001 > From: Alexandros Theodotou > Date: Fri, 8 Nov 2019 10:35:27 +0000 > Subject: [PATCH] gnu: Add zam-plugins. > > * gnu/packages/music.scm: (zam-plugins): New variable. Applied after changing indentation and adjusting description to appease `guix lint`. [...] > + (file-name (string-append name "-" version)) I also changed this to use 'git-file-name'. Thanks!