10 stdenv.mkDerivation rec {
14 src = fetchFromGitHub {
17 rev = "${pname}-${version}";
18 sha256 = "1mvhwaqa9bng9wh3jg3b7y8gl7nprbydmhg963xg0r076jyzv0cg";
22 patchShebangs configure
25 nativeBuildInputs = [ pkg-config ];
32 makeFlags = [ "PREFIX=$(out)" ];
35 homepage = "https://github.com/sargon/trayer-srg";
36 license = licenses.mit;
37 description = "Lightweight GTK2-based systray for UNIX desktop";
38 platforms = platforms.linux;
39 maintainers = with maintainers; [ pSub ];
40 mainProgram = "trayer";