mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 05:47:57 +00:00
Merge pull request #191599 from pbsds/axel-rc
axel: add $out/share/doc/axelrc.example
This commit is contained in:
commit
797caa150c
@ -18,6 +18,11 @@ stdenv.mkDerivation rec {
|
||||
|
||||
installFlags = [ "ETCDIR=${placeholder "out"}/etc" ];
|
||||
|
||||
postInstall = ''
|
||||
mkdir -p $out/share/doc
|
||||
cp doc/axelrc.example $out/share/doc/axelrc.example
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = "Console downloading program with some features for parallel connections for faster downloading";
|
||||
homepage = "https://github.com/axel-download-accelerator/axel";
|
||||
|
Loading…
Reference in New Issue
Block a user