mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 19:16:11 +00:00
iputils: Completed missing meta.longDescription
Provided a more complete and fleshed out meta.longDescription from the project's README
This commit is contained in:
parent
c360afa866
commit
2af6760541
@ -59,5 +59,19 @@ in stdenv.mkDerivation {
|
|||||||
license = with licenses; [ gpl2Plus bsd3 sunAsIsLicense ];
|
license = with licenses; [ gpl2Plus bsd3 sunAsIsLicense ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ primeos lheckemann ];
|
maintainers = with maintainers; [ primeos lheckemann ];
|
||||||
|
|
||||||
|
longDescription = ''
|
||||||
|
A set of small useful utilities for Linux networking including:
|
||||||
|
|
||||||
|
arping
|
||||||
|
clockdiff
|
||||||
|
ninfod
|
||||||
|
ping
|
||||||
|
rarpd
|
||||||
|
rdisc
|
||||||
|
tftpd
|
||||||
|
tracepath
|
||||||
|
traceroute6
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user