17 url = "mirror://sourceforge/qmidinet/${pname}-${version}.tar.gz";
18 sha256 = "sha256-7Ui4kUgYgpPVAaaINrd6WGZoYon5UuHszGVaHafb/p0=";
21 hardeningDisable = [ "format" ];
30 nativeBuildInputs = [ pkg-config ];
33 description = "MIDI network gateway application that sends and receives MIDI data (ALSA Sequencer and/or JACK MIDI) over the network";
34 mainProgram = "qmidinet";
35 homepage = "http://qmidinet.sourceforge.net/";
36 license = licenses.gpl2Plus;
37 maintainers = [ maintainers.magnetophon ];
38 platforms = platforms.linux;