From mboxrd@z Thu Jan 1 00:00:00 1970 From: George Clemmer Subject: Re: How to "Use PROFILE instead of the =?utf-8?Q?user=E2=80=99s?= default profile."? Date: Thu, 21 Jun 2018 12:52:54 -0400 Message-ID: <87602c9j4p.fsf@gmail.com> References: <87bmc4aoa8.fsf@gmail.com> <878t78to95.fsf@elephly.net> <87a7ro9r2z.fsf@gmail.com> <877ems9oi0.fsf@gmail.com> <87muvoruzf.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45951) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fW2pR-0008Ah-9P for help-guix@gnu.org; Thu, 21 Jun 2018 12:53:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fW2pO-00071w-5h for help-guix@gnu.org; Thu, 21 Jun 2018 12:53:01 -0400 Received: from mail-qk0-x236.google.com ([2607:f8b0:400d:c09::236]:35742) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fW2pO-00071c-02 for help-guix@gnu.org; Thu, 21 Jun 2018 12:52:58 -0400 Received: by mail-qk0-x236.google.com with SMTP id d130-v6so2135484qkc.2 for ; Thu, 21 Jun 2018 09:52:57 -0700 (PDT) In-reply-to: <87muvoruzf.fsf@elephly.net> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Ricardo Wurmus Cc: help-guix Ricardo Wurmus writes: > George Clemmer writes: > >> Oops, I left out the back quotes. I mean ... >> >> eval `guix package -p /var/guix/profiles/system -p PROFILE >> --search-paths=exact` >> >> ... because I understand the doc to say this will give the "_combined_ >> search paths" of the two profiles. But I am disappointed that ... >> >> guix package -p znc -i znc >> eval `guix package -p /var/guix/profiles/system -p znc --search-paths` >> >> ... provides znc but no system packages. What am I misunderstanding now? > > I replied earlier that the path to your system profile is incomplete. > It should be > > /var/guix/profiles/system/profile > > but you wrote > > /var/guix/profiles/system Yes I noticed, thank you. Sorry about the crossed emacs. - George