12 rustPlatform.buildRustPackage rec {
16 src = fetchFromGitHub {
20 hash = "sha256-q/+Ik8L58LxOllpEosYyvD38RJb+NIQHslYpgGSwjKc=";
23 cargoHash = "sha256-8LSz/YeqdbtFXpWq2MMhEI9+8mxsLdE4LUyQHcgLkZY=";
25 libPath = lib.makeLibraryPath [
40 wrapProgram "$out/bin/kickoff" --prefix LD_LIBRARY_PATH : "${libPath}"
44 description = "Minimalistic program launcher";
45 mainProgram = "kickoff";
46 homepage = "https://github.com/j0ru/kickoff";
47 license = licenses.gpl3Plus;
48 maintainers = with maintainers; [ pyxels ];
49 platforms = platforms.linux;