pnmixer: Add description field

This commit is contained in:
Philip Horger
2014-08-25 10:03:26 +02:00
committed by Domen Kožar
parent 83c5a3d22d
commit e293112976
+1 -1
View File
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
''; '';
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = ""; description = "ALSA mixer for the system tray.";
license = licenses.gpl3; license = licenses.gpl3;
maintainers = with maintainers; [ campadrenalin ]; maintainers = with maintainers; [ campadrenalin ];
platforms = platforms.linux; platforms = platforms.linux;