From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Bavier Subject: Re: Category package Date: Wed, 8 Feb 2017 19:46:05 -0600 Message-ID: <20170208194605.6620f0f5@centurylink.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60454) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cbdoQ-00009X-5Y for guix-devel@gnu.org; Wed, 08 Feb 2017 20:46:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cbdoL-0004FD-9Z for guix-devel@gnu.org; Wed, 08 Feb 2017 20:46:18 -0500 Received: from mail.centurylink.net ([205.219.233.9]:13617 helo=smtp.centurylink.net) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cbdoL-0004DY-1S for guix-devel@gnu.org; Wed, 08 Feb 2017 20:46:13 -0500 In-Reply-To: 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: rennes@openmailbox.org Cc: guix-devel@gnu.org On Wed, 08 Feb 2017 07:07:57 -0600 rennes@openmailbox.org wrote: > Hello, > > I am packing Filezilla, a ftp/sftp client. Filezilla requires the > libfilezilla[1] library. > > My question is, in which category can I add it? It seems to me that gnu/packages/ftp.scm would be a fine home for both. `~Eric