From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Difficulty with Perl graft Date: Wed, 02 Mar 2016 10:32:15 +0100 Message-ID: <87fuw9i5sw.fsf@gnu.org> References: <20160302055957.GA24746@jasmine> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36500) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ab38n-0003ZK-Oy for guix-devel@gnu.org; Wed, 02 Mar 2016 04:32:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ab38k-0001tk-IV for guix-devel@gnu.org; Wed, 02 Mar 2016 04:32:21 -0500 In-Reply-To: <20160302055957.GA24746@jasmine> (Leo Famulari's message of "Wed, 2 Mar 2016 00:59:57 -0500") 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: Leo Famulari Cc: guix-devel@gnu.org Hi! You=E2=80=99re doing it right. However, several package variants inherit f= rom the =E2=80=98perl=E2=80=99 package object, in particular =E2=80=98perl-boot= 0=E2=80=99 (you can look at the output of =E2=80=98guix graph -t bag apr=E2=80=99 to see the various Pe= rls). For these, you want to add an explicit: (replacement #f) HTH! Ludo=E2=80=99.