18 stdenv.mkDerivation rec {
22 src = fetchFromGitHub {
26 sha256 = "sha256-lokp6Zmdt7WuAyuRnHBkKD4ydbNiQY7pEVY97Z62U90=";
29 depsBuildBuild = [ pkg-config ];
38 buildInputs = [ freetype harfbuzz cairo pango wayland libxkbcommon ];
41 description = "Tiny dynamic menu for Wayland";
42 homepage = "https://github.com/philj56/tofi";
43 license = licenses.mit;
44 maintainers = with maintainers; [ fbergroth ];
45 platforms = platforms.linux;