Alexandros Theodotou writes: > Adding this to audio because it's a GUI toolkit for audio plugins. > > From 2991c39c555873b8bed3db3139ce6d35bb156a8e Mon Sep 17 00:00:00 2001 > From: Alexandros Theodotou > Date: Fri, 8 Nov 2019 09:47:25 +0000 > Subject: [PATCH] gnu: Add redkite. > > * gnu/packages/audio.scm: (redkite): New variable. Thanks! [...] > + (uri > + (string-append "https://gitlab.com/iurie/redkite/-/archive/v" > + version "/redkite-v" version ".tar.gz")) This can be condensed to two lines. > + (native-inputs > + `(("pkg-config", pkg-config))) > + (synopsis "Small GUI toolkit") > + (description "Redkite is a small GUI toolkit developed in C++17 and > +inspired from other well known GUI toolkits.") Can you expand on this description a bit? What makes it different from (or similar to) other GUI toolkits?