From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: How to "Use PROFILE instead of the =?utf-8?Q?user=E2=80=99s?= default profile."? Date: Thu, 21 Jun 2018 17:59:32 +0200 Message-ID: <87muvoruzf.fsf@elephly.net> References: <87bmc4aoa8.fsf@gmail.com> <878t78to95.fsf@elephly.net> <87a7ro9r2z.fsf@gmail.com> <877ems9oi0.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56355) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fW3e8-0005Ek-HS for help-guix@gnu.org; Thu, 21 Jun 2018 13:45:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fW3e4-0007a1-MW for help-guix@gnu.org; Thu, 21 Jun 2018 13:45:24 -0400 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21089) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fW3e4-0007ZH-Ai for help-guix@gnu.org; Thu, 21 Jun 2018 13:45:20 -0400 In-reply-to: <877ems9oi0.fsf@gmail.com> 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: George Clemmer Cc: help-guix 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 -- Ricardo