From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: bug#22587: =?UTF-8?Q?=E2=80=98guix_?= =?UTF-8?Q?edit=E2=80=99?= & =?UTF-8?Q?=E2=80=98M-x?= guix-edit' typo, rename, & mode change Date: Sun, 7 Feb 2016 20:34:45 +0100 Message-ID: <20160207193445.GA26755@debian> References: <8737t4jt1j.fsf@gmail.com> <20160207185812.GA24466@debian> <87y4awiav7.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37565) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aSV6v-0004ap-V9 for bug-guix@gnu.org; Sun, 07 Feb 2016 14:35:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aSV6s-0002Ko-PA for bug-guix@gnu.org; Sun, 07 Feb 2016 14:35:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:57147) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aSV6s-0002Ki-Kc for bug-guix@gnu.org; Sun, 07 Feb 2016 14:35:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84) (envelope-from ) id 1aSV6s-0006H6-GM for bug-guix@gnu.org; Sun, 07 Feb 2016 14:35:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Content-Disposition: inline In-Reply-To: <87y4awiav7.fsf@gmail.com> 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-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: myglc2 Cc: 22587@debbugs.gnu.org On Sun, Feb 07, 2016 at 02:22:36PM -0500, myglc2 wrote: > But, AIUI, this goes against the guix concept of an immutable store. > To describe and name this function to imply that one could/should edit > recipes in the store based on the "corner case" of root having the > ultimable ability to do so seems counter to how you would want to > encourage even a root user to proceed. Recipes are not in the store. For instance, after doing a "make install", they are in $PREFIX/share/guile/site/2.0/. Or maybe they are in the store after a "guix pull"? I am only using the "make install" version for a system-wide installation, and a git checkout for making more recent recipes available to one user. Andreas