mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
libtirpc: adopt
This commit is contained in:
parent
aa2fd491ad
commit
7791a5362d
1 changed files with 3 additions and 2 deletions
|
@ -21,10 +21,11 @@ stdenv.mkDerivation rec {
|
|||
|
||||
doCheck = true;
|
||||
|
||||
meta = {
|
||||
meta = with stdenv.lib; {
|
||||
homepage = "http://sourceforge.net/projects/libtirpc/";
|
||||
description = "The transport-independent Sun RPC implementation (TI-RPC)";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ abbradar ];
|
||||
longDescription = ''
|
||||
Currently, NFS commands use the SunRPC routines provided by the
|
||||
glibc. These routines do not support IPv6 addresses. Ulrich
|
||||
|
|
Loading…
Reference in a new issue