libtirpc: adopt

This commit is contained in:
Nikolay Amiantov 2015-02-18 05:05:04 +03:00
parent aa2fd491ad
commit 7791a5362d

View File

@ -21,10 +21,11 @@ stdenv.mkDerivation rec {
doCheck = true; doCheck = true;
meta = { meta = with stdenv.lib; {
homepage = "http://sourceforge.net/projects/libtirpc/"; homepage = "http://sourceforge.net/projects/libtirpc/";
description = "The transport-independent Sun RPC implementation (TI-RPC)"; description = "The transport-independent Sun RPC implementation (TI-RPC)";
license = stdenv.lib.licenses.bsd3; license = licenses.bsd3;
maintainers = with maintainers; [ abbradar ];
longDescription = '' longDescription = ''
Currently, NFS commands use the SunRPC routines provided by the Currently, NFS commands use the SunRPC routines provided by the
glibc. These routines do not support IPv6 addresses. Ulrich glibc. These routines do not support IPv6 addresses. Ulrich