11 rustPlatform.buildRustPackage rec {
12 pname = "inherd-quake";
15 src = fetchFromGitHub {
19 sha256 = "sha256-HKAR4LJm0lrQgTOCqtYIRFbO3qHtPbr4Fpx2ek1oJ4Q=";
22 cargoHash = "sha256-svvtZyfN91OT3yqxH6TgFhGYg9drpXsts4p2WqSHG8w=";
24 nativeBuildInputs = [ pkg-config ];
28 ] ++ lib.optionals stdenv.hostPlatform.isDarwin [
34 description = "Knowledge management meta-framework for geeks";
35 homepage = "https://github.com/phodal/quake";
36 license = licenses.mit;
37 maintainers = [ maintainers.elliot ];
38 mainProgram = "quake";