From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: Re: 15/33: gnu: coreutils: Remove libcap dependency for the Hurd. Date: Thu, 12 Mar 2020 14:01:06 +0100 Message-ID: <87y2s5u3ql.fsf@gnu.org> References: <20200310075832.7126.86402@vcs0.savannah.gnu.org> <20200310075847.6059A2112F@vcs0.savannah.gnu.org> <87r1y0wpdj.fsf@gnu.org> <87h7yvszpm.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:47404) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jCNSW-00060Q-M1 for guix-devel@gnu.org; Thu, 12 Mar 2020 09:01:09 -0400 In-Reply-To: <87h7yvszpm.fsf@gnu.org> (Jan Nieuwenhuizen's message of "Wed, 11 Mar 2020 16:01:09 +0100") 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-mx.org@gnu.org Sender: "Guix-devel" To: Jan Nieuwenhuizen Cc: guix-devel@gnu.org Jan Nieuwenhuizen skribis: > commit 7653827b8919ad85d025ba1a701ba38ab7d2e388 > Author: Jan Nieuwenhuizen > Date: Sat Mar 7 03:53:38 2020 -0500 > > gnu: coreutils: Remove libcap dependency for the Hurd. > > * gnu/packages/linux.scm (libcap)[supported-systems]: Remove the Hurd. > * gnu/packages/base.scm (coreutils)[inputs]: Include libcap only for supported > systems. Fixes building on the Hurd. LGTM!