From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: bug#31841: ./pre-inst-env guix system no longer works without ~/.config/guix Date: Sat, 16 Jun 2018 04:06:06 -0400 Message-ID: <878t7f5f69.fsf@netris.org> References: <8736xopz0q.fsf@netris.org> <87bmccuwbu.fsf@mdc-berlin.de> <87o9gctgrm.fsf@gnu.org> <87po0snp5g.fsf@netris.org> <87602kro0h.fsf@gnu.org> <874li31wx7.fsf@g1.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33646) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fU6Fi-0000U4-4V for bug-guix@gnu.org; Sat, 16 Jun 2018 04:08:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fU6Fe-0000av-Te for bug-guix@gnu.org; Sat, 16 Jun 2018 04:08:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:43048) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fU6Fe-0000Yf-OR for bug-guix@gnu.org; Sat, 16 Jun 2018 04:08:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fU6Fe-00059i-G2 for bug-guix@gnu.org; Sat, 16 Jun 2018 04:08:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <874li31wx7.fsf@g1.i-did-not-set--mail-host-address--so-tickle-me> (myglc2's message of "Fri, 15 Jun 2018 18:56:20 -0400") 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: myglc2@gmail.com Cc: Ricardo Wurmus , 31841@debbugs.gnu.org Hi, myglc2@gmail.com writes: > Based on this thread I am now making guix like this ... > > guix environment guix --ad-hoc guile-sqlite3 --root=build-env -- make [MAKECMDGOALS] Nice. Somehow I failed to know of the existence of the --root option. The "--ad-hoc guile-sqlite3" should no longer be needed, although I did need to add it temporarily during this transition. > ... and using it like this ... > > source build-env/etc/profile > ./pre-inst-env guix COMMAND ARGS... > > ... and I am sure you can predict what I will say next ;-) > > How about putting this in the doc? For what it's worth, I agree that something along these lines would be a welcome addition to the "Contributing" chapter of the Guix manual, possibly within the "Running Guix Before It Is Installed" section. Mark