1 { lib, stdenv, fetchFromGitHub, cmake, pkg-config
2 , gtk, glib, pcre, libappindicator, libpthreadstubs, xorg
3 , libxkbcommon, libepoxy, at-spi2-core, dbus, libdbusmenu
7 stdenv.mkDerivation rec {
11 src = fetchFromGitHub {
15 sha256 = "sha256-nbSyWcccu07FZbvOESFhlnuxgTNgJ+/6ujVQvEyQGGo=";
18 nativeBuildInputs = [ cmake pkg-config wrapGAppsHook ];
20 gtk glib pcre libappindicator libpthreadstubs
21 xorg.libXdmcp libxkbcommon libepoxy at-spi2-core
26 description = "Desktop annotation tool";
29 Gromit-MPX (GRaphics Over MIscellaneous Things) is a small tool
30 to make annotations on the screen.
33 homepage = "https://github.com/bk138/gromit-mpx";
34 maintainers = with maintainers; [ pjones ];
35 platforms = platforms.linux;
36 license = licenses.gpl2Plus;