mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 17:23:34 +00:00
wget: add meta.mainProgram
This commit is contained in:
parent
59d7a52fcb
commit
a44e2dba40
@ -47,14 +47,15 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Tool for retrieving files using HTTP, HTTPS, and FTP";
|
description = "Tool for retrieving files using HTTP, HTTPS, and FTP";
|
||||||
|
homepage = "https://www.gnu.org/software/wget/";
|
||||||
|
license = licenses.gpl3Plus;
|
||||||
longDescription =
|
longDescription =
|
||||||
'' GNU Wget is a free software package for retrieving files using HTTP,
|
'' GNU Wget is a free software package for retrieving files using HTTP,
|
||||||
HTTPS and FTP, the most widely-used Internet protocols. It is a
|
HTTPS and FTP, the most widely-used Internet protocols. It is a
|
||||||
non-interactive commandline tool, so it may easily be called from
|
non-interactive commandline tool, so it may easily be called from
|
||||||
scripts, cron jobs, terminals without X-Windows support, etc.
|
scripts, cron jobs, terminals without X-Windows support, etc.
|
||||||
'';
|
'';
|
||||||
license = licenses.gpl3Plus;
|
mainProgram = "wget";
|
||||||
homepage = "https://www.gnu.org/software/wget/";
|
|
||||||
maintainers = with maintainers; [ fpletz ];
|
maintainers = with maintainers; [ fpletz ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user