Re: Patch to rename NIX_CONF_DIR to GUIX_CONF_DIR

2016-06-26 Thread Ludovic Courtès
Hi! David Craven skribis: > From e781d8999d9dfea5cf610cf9ae29c12c8e2cbb35 Mon Sep 17 00:00:00 2001 > From: David Craven > Date: Thu, 23 Jun 2016 19:44:38 +0200 > Subject: [PATCH] guix: Rename NIX_CONF_DIR to GUIX_CONFIGURATION_DIRECTORY. > > Search and replace NIX_CONF_DIR for compatibility wit

Re: Patch to rename NIX_CONF_DIR to GUIX_CONF_DIR

2016-06-26 Thread Ludovic Courtès
David Craven skribis: > From 234f4c35a2477f7da38156ca48388fdb2b48741d Mon Sep 17 00:00:00 2001 > From: David Craven > Date: Thu, 23 Jun 2016 19:44:38 +0200 > Subject: [PATCH] guix: Rename NIX_CONF_DIR to GUIX_CONFIGURATION_DIRECTORY. > > Search and replace NIX_CONF_DIR for compatibility with nix

Re: Patch to rename NIX_CONF_DIR to GUIX_CONF_DIR

2016-06-24 Thread David Craven
>From 234f4c35a2477f7da38156ca48388fdb2b48741d Mon Sep 17 00:00:00 2001 From: David Craven Date: Thu, 23 Jun 2016 19:44:38 +0200 Subject: [PATCH] guix: Rename NIX_CONF_DIR to GUIX_CONFIGURATION_DIRECTORY. Search and replace NIX_CONF_DIR for compatibility with nix. * build-aux/test-env.in * gnu/p

Re: Patch to rename NIX_CONF_DIR to GUIX_CONF_DIR

2016-06-24 Thread David Craven
Did you have a test failure? I get one on `tests/substitute.scm`. After `sudo guix archive --generate-key` I still get a test failure, but `sudo make check TESTS="tests/substitute.scm"` remedied it. Who's supposed to own the keys? A private key in /etc shouldn't be owned by anyone other than root

Re: Patch to rename NIX_CONF_DIR to GUIX_CONF_DIR

2016-06-24 Thread Ludovic Courtès
Hello! David Craven skribis: > First I have to say `guix build guix --with-source=.` is totally awesome!! Thanks! Don’t miss --with-input too! ;-) https://www.gnu.org/software/guix/manual/html_node/Package-Transformation-Options.html > I couldn't find any documentation on the git commit

Re: Patch to rename NIX_CONF_DIR to GUIX_CONF_DIR

2016-06-23 Thread ng0
On 2016-06-23(09:07:49PM+0200), David Craven wrote: > Hi > > First I have to say `guix build guix --with-source=.` is totally awesome!! > > I couldn't find any documentation on the git commit message > convention, hope I did it right. Thanks for the patch. As far as I know we follow the GNU coding

Patch to rename NIX_CONF_DIR to GUIX_CONF_DIR

2016-06-23 Thread David Craven
Hi First I have to say `guix build guix --with-source=.` is totally awesome!! I couldn't find any documentation on the git commit message convention, hope I did it right. Thanks David From d6acb7f685d2d3a5e51c2601e8a48c2fee54c1cd Mon Sep 17 00:00:00 2001 From: David Craven Date: Thu, 23 Jun 201