13 stdenv.mkDerivation rec {
17 src = fetchFromGitHub {
18 owner = "axel-download-accelerator";
21 sha256 = "sha256-5GUna5k8GhAx1Xe8n9IvXT7IO6gksxCLh+sMANlxTBM=";
36 installFlags = [ "ETCDIR=${placeholder "out"}/etc" ];
39 mkdir -p $out/share/doc
40 cp doc/axelrc.example $out/share/doc/axelrc.example
44 description = "Console downloading program with some features for parallel connections for faster downloading";
45 homepage = "https://github.com/axel-download-accelerator/axel";
46 maintainers = with maintainers; [ pSub ];
47 platforms = with platforms; unix;
48 license = licenses.gpl2Plus;