10 rustPlatform.buildRustPackage rec {
14 src = fetchFromGitHub {
15 owner = "jameslittle230";
18 sha256 = "sha256-qGcEhoytkCkcaA5eHc8GVgWvbOIyrO6BCp+EHva6wTw=";
21 cargoSha256 = "sha256-a7ADTJ0VmKiZBr951JIAOSPWucsBl5JnM8eQHWssRM4=";
24 # Fails for 1.6.0, but binary works fine
25 "--skip=pretty_print_search_results::tests::display_pretty_search_results_given_output"
28 nativeBuildInputs = [ pkg-config ];
30 buildInputs = [ openssl ]
31 ++ lib.optionals stdenv.isDarwin [ Security ];
34 description = "Impossibly fast web search, made for static sites";
35 homepage = "https://github.com/jameslittle230/stork";
36 license = with licenses; [ asl20 ];
37 maintainers = with maintainers; [ chuahou ];