From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roel Janssen Subject: Re: 01/01: gnu: Add perl-inline-c. Date: Tue, 03 Apr 2018 15:27:19 +0200 Message-ID: <87tvssv2rs.fsf@gnu.org> References: <20180403124356.20162.76789@vcs0.savannah.gnu.org> <20180403124357.2ECCC204DA@vcs0.savannah.gnu.org> <874lksbf8f.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51553) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f3LyH-0001iO-G7 for guix-devel@gnu.org; Tue, 03 Apr 2018 09:27:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f3LyG-0003MV-OS for guix-devel@gnu.org; Tue, 03 Apr 2018 09:27:33 -0400 In-reply-to: <874lksbf8f.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" To: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel@gnu.org Ludovic Courtès writes: > Hi Roel, > > roel@gnu.org (Roel Janssen) skribis: > >> + (license (package-license perl)))) > > Could you use (license perl-license) instead? It doesn’t make any > difference in this case but it’s generally “safer” (see (guix > licenses)). Of course! If I may ask, is the coreutils input and the substitution OK? > Thanks, > Ludo’.