46 # Additional plugins that can be added:
47 # ProjectM visualization plugin
49 # To make MIDI work we must tell Qmmp what instrument configuration to use (and
50 # this can unfortunately not be set at configure time):
51 # Go to settings (ctrl-p), navigate to the WildMidi plugin and click on
52 # Preferences. In the instrument configuration field, type the path to
53 # /nix/store/*wildmidi*/etc/wildmidi.cfg (or your own custom cfg file).
55 # Qmmp installs working .desktop file(s) all by itself, so we don't need to
58 stdenv.mkDerivation rec {
63 url = "https://qmmp.ylsoftware.com/files/qmmp/2.1/${pname}-${version}.tar.bz2";
64 hash = "sha256-hGphQ8epqym47C9doiSOQd3yc28XwV2UsNc7ivhaae4=";
114 description = "Qt-based audio player that looks like Winamp";
115 mainProgram = "qmmp";
116 homepage = "https://qmmp.ylsoftware.com/";
117 license = licenses.gpl2Plus;
118 platforms = platforms.linux;
119 maintainers = [ maintainers.bjornfor ];