22 , libstartup_notification
26 stdenv.mkDerivation rec {
30 src = fetchFromGitLab {
34 hash = "sha256-9sEe/Gnj+FWLPbWBtfL1YlNNC12j7/KjQ40xdkaFJVQ=";
38 # Fix crashes with glib >= 2.76
39 # https://patchespromptly.com/glib2/
40 # https://gitlab.com/nick87720z/tint2/-/issues/4
42 url = "https://gitlab.com/nick87720z/tint2/uploads/7de4501a4fa4fffa5ba8bb0fa3d19f78/glib.patch";
43 hash = "sha256-K547KYlRkVl1s2THi3ZCRuM447EFJwTqUEBjKQnV8Sc=";
70 libstartup_notification
74 "-Ddocdir=share/doc/${pname}"
78 for f in ./src/launcher/apps-common.c \
79 ./src/launcher/icon-theme-common.c
81 substituteInPlace $f --replace /usr/share/ /run/current-system/sw/share/
86 homepage = "https://gitlab.com/nick87720z/tint2";
87 description = "Simple panel/taskbar unintrusive and light (memory, cpu, aestetic)";
88 license = licenses.gpl2Only;
89 platforms = platforms.linux;
90 maintainers = [ maintainers.romildo ];