Re: [PATCH] gnu: Make "guix-devel" a public variable in package-management.scm

2016-10-30 Thread Ludovic Courtès
l...@gnu.org (Ludovic Courtès) skribis: > Chris Marusich skribis: > >> l...@gnu.org (Ludovic Courtès) writes: > > [...] > >>> (define-public guix guix-devel) >>> >>> +(define-public guix-for-environment >>> + ;; We provide this pseudo-package just to allow people to run: >>> + ;; guix envi

Re: [PATCH] gnu: Make "guix-devel" a public variable in package-management.scm

2016-10-18 Thread Ludovic Courtès
Hi Chris, Chris Marusich skribis: > l...@gnu.org (Ludovic Courtès) writes: [...] >> (define-public guix guix-devel) >> >> +(define-public guix-for-environment >> + ;; We provide this pseudo-package just to allow people to run: >> + ;; guix environment guix-devel >> + ;; to reliably get

Re: [PATCH] gnu: Make "guix-devel" a public variable in package-management.scm

2016-10-08 Thread Chris Marusich
gt; I think it can’t do that. So in practice whoever pushes signs on your > behalf. OK. That's what I suspected! >> From 3fa2bc4f0d11fc695bfab9b85981228c1a88e007 Mon Sep 17 00:00:00 2001 >> From: Chris Marusich >> Date: Sun, 2 Oct 2016 13:00:34 -0700 >> Subject: [PATC

Re: [PATCH] gnu: Make "guix-devel" a public variable in package-management.scm

2016-10-05 Thread Ludovic Courtès
b9b85981228c1a88e007 Mon Sep 17 00:00:00 2001 > From: Chris Marusich > Date: Sun, 2 Oct 2016 13:00:34 -0700 > Subject: [PATCH] gnu: Make "guix-devel" a public variable in > package-management.scm > > This provides an obvious and easy way to use Guix to set up an environ

[PATCH] gnu: Make "guix-devel" a public variable in package-management.scm

2016-10-02 Thread Chris Marusich
001 From: Chris Marusich Date: Sun, 2 Oct 2016 13:00:34 -0700 Subject: [PATCH] gnu: Make "guix-devel" a public variable in package-management.scm This provides an obvious and easy way to use Guix to set up an environment for building Guix from a Git checkout. * gnu/packages/package-ma