11 rustPlatform.buildRustPackage rec {
15 src = fetchFromGitHub {
16 owner = "manojkarthick";
19 sha256 = "07xsrc0w0z7w2w0q44aqnn1ybf9vqry01v3xr96l1xzzc5mkqdzf";
22 cargoHash = "sha256-l+fxk9gkM+pStBVJcsN4P2tNCuFIiBaAxpq9SLlvJHk=";
24 nativeBuildInputs = [ pkg-config ];
25 buildInputs = [ openssl ] ++ lib.optional stdenv.hostPlatform.isDarwin Security;
27 # package does not contain tests as of v0.3.3
31 description = "CLI tool to download saved media from Reddit";
32 homepage = "https://github.com/manojkarthick/reddsaver";
33 license = with licenses; [
37 maintainers = [ maintainers.manojkarthick ];
38 mainProgram = "reddsaver";