From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH] gnu: mpd: Add additional optional inputs. Date: Mon, 27 Apr 2015 11:37:53 +0200 Message-ID: <20150427093753.GB3508@debian.math.u-bordeaux1.fr> References: <87fv7m8kx1.fsf@fsf.org> <87d22qyv2q.fsf@mango.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33612) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YmfUL-0004PF-J8 for guix-devel@gnu.org; Mon, 27 Apr 2015 05:38:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YmfUI-0007nx-7R for guix-devel@gnu.org; Mon, 27 Apr 2015 05:38:05 -0400 Received: from mout.kundenserver.de ([212.227.17.10]:58443) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YmfUH-0007nR-UB for guix-devel@gnu.org; Mon, 27 Apr 2015 05:38:02 -0400 Content-Disposition: inline In-Reply-To: <87d22qyv2q.fsf@mango.localdomain> 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ricardo Wurmus Cc: guix-devel@gnu.org Usually, I try to add all possible inputs, to have a package that works out of the box in all situations. There may be extreme cases like texlive, where the "full" package is just so big that one also wants a smaller one. Andreas