16 stdenv.mkDerivation rec {
21 url = "mirror://sourceforge/qsynth/${pname}-${version}.tar.gz";
22 hash = "sha256-SHMPmZMAlC9L5EAecaZNB0pWnq0heeD8bcbhKeI+YOo=";
41 description = "Fluidsynth GUI";
42 mainProgram = "qsynth";
43 homepage = "https://sourceforge.net/projects/qsynth";
44 license = licenses.gpl2Plus;
46 platforms = platforms.linux;