Alexandros Theodotou writes: > Hi, > > These patches update carla and add gtk2 as a dependency, so it can be > used to bridge gtk2 plugins inside gtk3/qt5 hosts. [...] > diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm > index cf80113520..91013547cf 100644 > --- a/gnu/packages/audio.scm > +++ b/gnu/packages/audio.scm > @@ -4077,6 +4077,8 @@ as is the case with audio plugins.") > ("file" ,file) > ("liblo" ,liblo) > ("libsndfile" ,libsndfile) > + ;; needed for bridging Gtk2 plugins in Gtk3 hosts > + ("gtk2" ,gtk+-2) I moved the comment to the same line and applied both patches. (the alternative was to turn it into a full sentence with capitalization and punctuation as we usually do for non-margin comments)