21 , libstartup_notification
25 stdenv.mkDerivation rec {
29 src = fetchFromGitLab {
33 sha256 = "sha256-SqpAjclwu3HN07LAZgvXGzjMK6G+nYLDdl90o1+9aog=";
59 libstartup_notification
63 "-Ddocdir=share/doc/${pname}"
67 for f in ./src/launcher/apps-common.c \
68 ./src/launcher/icon-theme-common.c
70 substituteInPlace $f --replace /usr/share/ /run/current-system/sw/share/
75 homepage = "https://gitlab.com/o9000/tint2";
76 description = "Simple panel/taskbar unintrusive and light (memory, cpu, aestetic)";
77 license = licenses.gpl2Only;
78 platforms = platforms.linux;
79 maintainers = [ maintainers.romildo ];