lol

pnmixer: cleanup

+1 -4
+1 -4
pkgs/tools/audio/pnmixer/default.nix
··· 20 20 # work around a problem related to gtk3 updates 21 21 NIX_CFLAGS_COMPILE = "-Wno-error=deprecated-declarations"; 22 22 23 - postInstall = '' 24 - ''; 25 - 26 23 meta = with stdenv.lib; { 27 - description = "ALSA mixer for the system tray."; 24 + description = "ALSA mixer for the system tray"; 28 25 license = licenses.gpl3; 29 26 maintainers = with maintainers; [ campadrenalin ]; 30 27 platforms = platforms.linux;