Fix evaluation

svn path=/nixpkgs/trunk/; revision=33220
This commit is contained in:
Yury G. Kudryashov 2012-03-17 22:25:30 +00:00
parent ec78373642
commit 23b865d1b4

View File

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
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.license.bsd3; license = stdenv.lib.licenses.bsd3;
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