From 23b865d1b49347a99fc017fa54a85c48db1ea499 Mon Sep 17 00:00:00 2001 From: "Yury G. Kudryashov" Date: Sat, 17 Mar 2012 22:25:30 +0000 Subject: [PATCH] Fix evaluation svn path=/nixpkgs/trunk/; revision=33220 --- pkgs/development/libraries/ti-rpc/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/ti-rpc/default.nix b/pkgs/development/libraries/ti-rpc/default.nix index 96a54a66eb27..ae52ca3959df 100644 --- a/pkgs/development/libraries/ti-rpc/default.nix +++ b/pkgs/development/libraries/ti-rpc/default.nix @@ -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