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:29:15 +0200 Message-ID: <87sh8cv2ok.fsf@gnu.org> References: <20180403124356.20162.76789@vcs0.savannah.gnu.org> <20180403124357.2ECCC204DA@vcs0.savannah.gnu.org> <874lksbf8f.fsf@gnu.org> <87tvssv2rs.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]:52465) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f3M05-0003AP-DE for guix-devel@gnu.org; Tue, 03 Apr 2018 09:29:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f3M04-0004kB-IZ for guix-devel@gnu.org; Tue, 03 Apr 2018 09:29:25 -0400 In-reply-to: <87tvssv2rs.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 Roel Janssen writes: > 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? Nevermind, I'm mixing this up with another Perl package. > >> Thanks, >> Ludo’.