mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
axel: add $out/share/doc/axelrc.example
Other distros tend to bundle example configuration
This commit is contained in:
parent
d9a1414346
commit
86025fbdb8
@ -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