11 rustPlatform.buildRustPackage rec {
15 src = fetchFromGitHub {
19 hash = "sha256-9QupKpB3T/6gdGSeLjRknjPdgOzbfzEeJreIamWwpSw=";
22 cargoHash = "sha256-a7FZpMtgTdqpLV/OfgN4W4GpTJlkfEtPO7F//FmVA/s=";
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 homepage = "https://github.com/j0ru/kickoff";
39 license = licenses.gpl3Plus;
40 maintainers = with maintainers; [ pyxels ];
41 platforms = platforms.linux;