From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mathieu Lirzin Subject: Re: Bags Date: Thu, 02 Oct 2014 22:14:30 +0200 Message-ID: <87bnpuw7o9.fsf@openmailbox.org> References: <87tx3m4pn2.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55893) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XZmlz-000837-IE for guix-devel@gnu.org; Thu, 02 Oct 2014 16:14:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XZmlv-0003NW-9g for guix-devel@gnu.org; Thu, 02 Oct 2014 16:14:47 -0400 Received: from mail.openmailbox.org ([212.129.10.237]:52802) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XZmlv-0003MT-1S for guix-devel@gnu.org; Thu, 02 Oct 2014 16:14:43 -0400 Received: from localhost (localhost [127.0.0.1]) by mail.openmailbox.org (Postfix) with ESMTP id 6E9242E047F for ; Thu, 2 Oct 2014 22:14:34 +0200 (CEST) Received: from mail.openmailbox.org ([212.129.10.237]) by localhost (mail.openmailbox.org [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id C1dNzKDGGJp1 for ; Thu, 2 Oct 2014 22:14:33 +0200 (CEST) In-Reply-To: <87tx3m4pn2.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Thu, 02 Oct 2014 14:33:53 +0200") 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: guix-devel@gnu.org ludo@gnu.org (Ludovic Court=C3=A8s) writes: > The main difference between a bag and a package is that a bag lists all > the inputs of the build process, including the =E2=80=9Cimplicit inputs= =E2=80=9D added > by the build system. Can you explain what you mean by "implicit inputs"?