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
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
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
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
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