From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: bug#35864: ~/.local/bin is missing in default PATH on Guix System Date: Thu, 23 May 2019 16:17:38 +0200 Message-ID: <87ef4pgsql.fsf@elephly.net> References: <20190523122715.2oncjxqvpkl2ylbw@pelzflorian.localdomain> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:57054) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hTonD-0003L1-QK for bug-guix@gnu.org; Thu, 23 May 2019 10:34:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hTonC-0005oN-Sk for bug-guix@gnu.org; Thu, 23 May 2019 10:34:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:59690) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hTonC-0005o6-M9 for bug-guix@gnu.org; Thu, 23 May 2019 10:34:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hTonC-0005gQ-Gp for bug-guix@gnu.org; Thu, 23 May 2019 10:34:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-reply-to: <20190523122715.2oncjxqvpkl2ylbw@pelzflorian.localdomain> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: pelzflorian@pelzflorian.de Cc: 35864@debbugs.gnu.org pelzflorian (Florian Pelz) writes: > ~/.local/bin should be added to the PATH environment variable by > default, see > . They say that this is specified in the systemd file-hierarchy specification. We already ignore most of this specification (see any entry mentioning /usr, for example). I think we can safely ignore this specification. -- Ricardo