19 stdenv.mkDerivation rec {
23 src = fetchFromGitHub {
27 sha256 = "sha256-lokp6Zmdt7WuAyuRnHBkKD4ydbNiQY7pEVY97Z62U90=";
30 depsBuildBuild = [ pkg-config ];
49 description = "Tiny dynamic menu for Wayland";
50 homepage = "https://github.com/philj56/tofi";
51 license = licenses.mit;
52 maintainers = with maintainers; [ fbergroth ];
53 platforms = platforms.linux;