10 rustPlatform.buildRustPackage rec {
14 src = fetchFromGitHub {
18 sha256 = "sha256-M4/vD1sVny7hAf4h56Z2xy7yuCqH/H3qHYod6haZOs0=";
21 cargoHash = "sha256-JsH7TL9iITawuECm1hzs5oXFtnoUqLT4ug2CafoO2ao=";
23 nativeBuildInputs = [ pkg-config ];
25 buildInputs = [ openssl ] ++ lib.optional stdenv.hostPlatform.isDarwin Security;
27 # requires internet access
29 "--skip=test_download_url"
30 "--skip=test_external_download"
34 description = "Recursively visit and download a website's content to your disk";
35 homepage = "https://github.com/skallwar/suckit";
36 license = with licenses; [ asl20 /* or */ mit ];
37 maintainers = with maintainers; [ figsoda ];
38 mainProgram = "suckit";