3
0
Fork 0
forked from mirrors/nixpkgs

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 = {
homepage = "http://sourceforge.net/projects/libtirpc/";
description = "The transport-independent Sun RPC implementation (TI-RPC)";
license = stdenv.lib.license.bsd3;
license = stdenv.lib.licenses.bsd3;
longDescription = ''
Currently, NFS commands use the SunRPC routines provided by the
glibc. These routines do not support IPv6 addresses. Ulrich