From mboxrd@z Thu Jan 1 00:00:00 1970 From: Taegil Bae Subject: '--load-path' option not working for 'guix system' command Date: Tue, 13 Nov 2018 12:49:41 +0900 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41592) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gMPi6-0002fr-Us for help-guix@gnu.org; Mon, 12 Nov 2018 22:49:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gMPi6-0003pp-05 for help-guix@gnu.org; Mon, 12 Nov 2018 22:49:54 -0500 Received: from mail-qk1-x729.google.com ([2607:f8b0:4864:20::729]:39709) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gMPi5-0003pQ-Rp for help-guix@gnu.org; Mon, 12 Nov 2018 22:49:53 -0500 Received: by mail-qk1-x729.google.com with SMTP id e4so17224249qkh.6 for ; Mon, 12 Nov 2018 19:49:53 -0800 (PST) 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: help-guix@gnu.org Hi, I have modified a package and tried 'guix system reconfigure /etc/config.scm --load-path=~/my-guix'. But it did not load the path. If I do 'export GUIX_PACKAGE_PATH=~/my-guix', 'guix system reconfigure /etc/config.scm' loads that path. Is this guix's bug? Regards, Taegil