11 rustPlatform.buildRustPackage rec {
15 src = fetchFromGitHub {
19 hash = "sha256-WUDbb/GLABhqE93O6bm19Y+r0kSMEJrvduw68Igub44=";
22 cargoHash = "sha256-nhUC9PSKAbNEK5e4WRx3dgYI0rJP5XSWcW6M5E0Ihv4=";
24 libPath = lib.makeLibraryPath [
29 buildInputs = [ fontconfig libxkbcommon ];
30 nativeBuildInputs = [ makeWrapper pkg-config ];
33 wrapProgram "$out/bin/kickoff" --prefix LD_LIBRARY_PATH : "${libPath}"
37 description = "Minimalistic program launcher";
38 mainProgram = "kickoff";
39 homepage = "https://github.com/j0ru/kickoff";
40 license = licenses.gpl3Plus;
41 maintainers = with maintainers; [ pyxels ];
42 platforms = platforms.linux;