From mboxrd@z Thu Jan 1 00:00:00 1970 From: HiPhish Subject: Re: Guix and $XDG_DATA_DIRS Date: Thu, 11 Apr 2019 20:56:31 +0200 Message-ID: <4018241.0B4PCf8AuZ@aleksandar-ixtreme-m5740> References: <4716913.Tid4HlZl5B@aleksandar-ixtreme-m5740> <20190411135856.0c6eeb26@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: Received: from eggs.gnu.org ([209.51.188.92]:46250) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hEesO-0006QQ-TA for help-guix@gnu.org; Thu, 11 Apr 2019 14:56:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hEesK-0004JA-Kv for help-guix@gnu.org; Thu, 11 Apr 2019 14:56:43 -0400 Received: from mout01.posteo.de ([185.67.36.65]:51287) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hEesG-0004Dh-PR for help-guix@gnu.org; Thu, 11 Apr 2019 14:56:38 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id A3138160063 for ; Thu, 11 Apr 2019 20:56:33 +0200 (CEST) In-Reply-To: <20190411135856.0c6eeb26@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: Luther Thompson Cc: help-guix@gnu.org On Thursday, 11 April 2019 19:58:56 CEST Luther Thompson wrote: > On my system ~/.guix-profile/etc/profile has all the important > environment variables, including XDG_DATA_DIRS. When I run `guix > package --search-paths=prefix`, I see a list of the same variables. > What do you see when you run that command? > > Luther I get the the same as what my profile file says: $ guix package --search-paths export PATH="/home/aleksandar/.guix-profile/bin" export GUILE_LOAD_PATH="/home/aleksandar/.guix-profile/share/guile/site/2.2" export GUILE_LOAD_COMPILED_PATH="/home/aleksandar/.guix-profile/lib/guile/2.2/ site-ccache"