11 rustPlatform.buildRustPackage rec {
15 src = fetchFromGitHub {
19 hash = "sha256-q/+Ik8L58LxOllpEosYyvD38RJb+NIQHslYpgGSwjKc=";
22 cargoHash = "sha256-8LSz/YeqdbtFXpWq2MMhEI9+8mxsLdE4LUyQHcgLkZY=";
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;