From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH] gnu: Add rpcbind Date: Wed, 31 Aug 2016 15:35:05 -0400 Message-ID: <20160831193505.GB22495@jasmine> References: <1472419523-2784-1-git-send-email-john@darrington.wattle.id.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34760) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bfBIC-0001lG-1P for guix-devel@gnu.org; Wed, 31 Aug 2016 15:35:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bfBI6-0004WS-1m for guix-devel@gnu.org; Wed, 31 Aug 2016 15:35:22 -0400 Content-Disposition: inline In-Reply-To: <1472419523-2784-1-git-send-email-john@darrington.wattle.id.au> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: John Darrington Cc: guix-devel@gnu.org, John Darrington On Sun, Aug 28, 2016 at 11:25:23PM +0200, John Darrington wrote: > From: John Darrington > > * gnu/packages/linux.scm (rpcbind): New variable. The patch looks good, but I think it depends on some context that we don't have in Guix: [...] > + "The rpcbind utility is a server that converts RPC program numbers into > +universal addresses.") > + (license license:bsd-3))) > + > (define-public nfs-utils > (package > (name "nfs-utils") I don't think we have nfs-utils yet :)