From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH 1/3] gnu: hurd: Add kernel-headers package. Date: Fri, 31 Jul 2015 20:43:29 +0200 Message-ID: <20150731184329.GA9986@debian> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49165) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZLFHN-0001HI-NP for Guix-devel@gnu.org; Fri, 31 Jul 2015 14:43:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZLFHI-00061w-J0 for Guix-devel@gnu.org; Fri, 31 Jul 2015 14:43:37 -0400 Received: from mout.kundenserver.de ([212.227.17.13]:61468) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZLFHI-00061k-AR for Guix-devel@gnu.org; Fri, 31 Jul 2015 14:43:32 -0400 Content-Disposition: inline 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Manolis Ragkousis Cc: Guix-devel Hello, this package is strange - it propagates its inputs, and then it copies their content into its own output? So if I understand things correctly, upon installation, each of its files will be in conflict with the same file from a propagated input. How about using normal inputs and "union-build"? See sdl-union for an example. Andreas