15 stdenv.mkDerivation rec {
19 src = fetchFromGitHub {
22 rev = "1f879aeda03fbe87ae5a761f46c042e09912e1c0";
23 sha256 = "0achj6r545c1sigls79c8qdzryz3sgldcyzd3pwak1ymim9i9c74";
44 homepage = "https://github.com/Junker/mictray";
45 description = "System tray application for microphone";
47 MicTray is a Lightweight system tray application which lets you control the microphone state and volume.
49 license = licenses.gpl3;
50 platforms = platforms.linux;
51 maintainers = [ maintainers.anpryl ];
52 mainProgram = "mictray";