21 , libstartup_notification
25 stdenv.mkDerivation rec {
29 src = fetchFromGitLab {
33 hash = "sha256-9sEe/Gnj+FWLPbWBtfL1YlNNC12j7/KjQ40xdkaFJVQ=";
37 # Fix crashes with glib >= 2.76
38 # https://patchespromptly.com/glib2/
39 # https://gitlab.com/nick87720z/tint2/-/issues/4
41 url = "https://gitlab.com/nick87720z/tint2/uploads/7de4501a4fa4fffa5ba8bb0fa3d19f78/glib.patch";
42 hash = "sha256-K547KYlRkVl1s2THi3ZCRuM447EFJwTqUEBjKQnV8Sc=";
68 libstartup_notification
72 "-Ddocdir=share/doc/${pname}"
76 for f in ./src/launcher/apps-common.c \
77 ./src/launcher/icon-theme-common.c
79 substituteInPlace $f --replace-fail /usr/share/ /run/current-system/sw/share/
84 homepage = "https://gitlab.com/nick87720z/tint2";
85 description = "Simple panel/taskbar unintrusive and light (memory, cpu, aestetic)";
86 license = licenses.gpl2Only;
87 platforms = platforms.linux;
88 maintainers = [ maintainers.romildo ];