11 rustPlatform.buildRustPackage rec {
12 pname = "eureka-ideas";
15 src = fetchFromGitHub {
19 sha256 = "sha256-NJ1O8+NBG0y39bMOZeah2jSZlvnPrtpCtXrgAYmVrAc=";
22 cargoSha256 = "sha256-tNUWW0HgXl+tM9uciApLSkLDDkzrvAiWmiYs2y/dEOM=";
24 nativeBuildInputs = [ pkg-config ];
29 ] ++ lib.optionals stdenv.isDarwin [
36 description = "CLI tool to input and store your ideas without leaving the terminal";
37 homepage = "https://github.com/simeg/eureka";
38 changelog = "https://github.com/simeg/eureka/blob/v${version}/CHANGELOG.md";
39 license = licenses.mit;
40 maintainers = with maintainers; [ figsoda ];
41 mainProgram = "eureka";