···2020 # work around a problem related to gtk3 updates
2121 NIX_CFLAGS_COMPILE = "-Wno-error=deprecated-declarations";
22222323- postInstall = ''
2424- '';
2525-2623 meta = with stdenv.lib; {
2727- description = "ALSA mixer for the system tray.";
2424+ description = "ALSA mixer for the system tray";
2825 license = licenses.gpl3;
2926 maintainers = with maintainers; [ campadrenalin ];
3027 platforms = platforms.linux;