From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manolis Ragkousis Subject: Re: 01/03: gnu: hurd: Add hurd-kernel-headers package. Date: Tue, 18 Aug 2015 14:13:23 +0300 Message-ID: References: <20150811133830.13025.5100@vcs.savannah.gnu.org> <87egj0yif0.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60639) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZRepa-0005iV-0q for guix-devel@gnu.org; Tue, 18 Aug 2015 07:13:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZRepY-0005Ys-R3 for guix-devel@gnu.org; Tue, 18 Aug 2015 07:13:25 -0400 In-Reply-To: <87egj0yif0.fsf@gnu.org> 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: =?UTF-8?Q?Ludovic_Court=C3=A8s?= Cc: Guix-devel Hello Ludo, welcome back, We discussed that a union package could be helpful to avoid having to handle 3 packages every time, plus make it easier to choose between linux and hurd headers. Adding hurd-minimal as an input to hurd-headers will create dependency problems, because hurd-minimal inherits hurd-headers. I can solve that, but I believe the union package to be a much simpler approach. Manolis