16 stdenv.mkDerivation rec {
20 src = fetchFromGitHub {
24 sha256 = "sha256-PAX2MUyBWWU8kGkaeoCJteidgszh7ipwDJbrLXzVsn0=";
29 name = "update-waf-to-2-0-24.patch";
30 url = "https://github.com/saldl/saldl/commit/360c29d6c8cee5f7e608af42237928be429c3407.patch";
31 hash = "sha256-RBMnsUtd0BaZe/EXypDCK4gpUU0dgucWmOcJRn5/iTA=";
46 buildInputs = [ curl libevent ];
48 wafConfigureFlags = [ "--saldl-version ${version}" "--no-werror" ];
50 outputs = [ "out" "man" ];
53 description = "CLI downloader optimized for speed and early preview";
54 homepage = "https://saldl.github.io";
55 license = licenses.agpl3Only;
56 maintainers = with maintainers; [ zowoq ];
57 platforms = platforms.all;
58 mainProgram = "saldl";