1 { fetchFromGitHub, lib, stdenv
2 , autoreconfHook, intltool, pkg-config
6 stdenv.mkDerivation rec {
10 src = fetchFromGitHub {
14 hash = "sha256-zYKC7rOoLf08rV4B43TrGNBcXfSBFxWZCe9bQD9JzaA";
29 description = "A lightweight volume control that sits in your systray";
30 homepage = "http://nullwise.com/volumeicon.html";
31 platforms = platforms.linux;
32 maintainers = with maintainers; [ bobvanderlinden ];
33 license = licenses.gpl3;