Alex Kost skribis:
> Chris Marusich (2016-03-12 14:38 +0300) wrote:
>
>> From bf03c0a3fa35144342849cdf550219a185fbf10d Mon Sep 17 00:00:00 2001
>> From: Chris Marusich
>> Date: Mon, 7 Mar 2016 01:55:07 -0800
>> Subject: [PATCH] doc: Clarify and consolidate modify-services documentation.
>>
>> *
Ludovic Courtès (2016-03-17 11:52 +0300) wrote:
> Alex Kost skribis:
>
>> Chris Marusich (2016-03-12 14:38 +0300) wrote:
>>
>>> From bf03c0a3fa35144342849cdf550219a185fbf10d Mon Sep 17 00:00:00 2001
>>> From: Chris Marusich
>>> Date: Mon, 7 Mar 2016 01:55:07 -0800
>>> Subject: [PATCH] doc: Clari
Chris Marusich (2016-03-12 14:38 +0300) wrote:
> From bf03c0a3fa35144342849cdf550219a185fbf10d Mon Sep 17 00:00:00 2001
> From: Chris Marusich
> Date: Mon, 7 Mar 2016 01:55:07 -0800
> Subject: [PATCH] doc: Clarify and consolidate modify-services documentation.
>
> * doc/guix.texi ("Using the Conf
Alex Kost skribis:
> Ludovic Courtès (2016-03-17 11:52 +0300) wrote:
>
>> Alex Kost skribis:
>>
>>> Chris Marusich (2016-03-12 14:38 +0300) wrote:
>>>
From bf03c0a3fa35144342849cdf550219a185fbf10d Mon Sep 17 00:00:00 2001
From: Chris Marusich
Date: Mon, 7 Mar 2016 01:55:07 -0800
Chris Marusich skribis:
> From bf03c0a3fa35144342849cdf550219a185fbf10d Mon Sep 17 00:00:00 2001
> From: Chris Marusich
> Date: Mon, 7 Mar 2016 01:55:07 -0800
> Subject: [PATCH] doc: Clarify and consolidate modify-services documentation.
>
> * doc/guix.texi ("Using the Configuration System": Mov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
I finished installing texlive, but when I try to build the PDF document,
it fails. I'm not sure I can test this on my end using GuixSD out of the
box:
- --8<---cut here---start->8---
[0] marusich@carbuncle:~/guix/
Whoops, there was a missing brace in my patch, so make couldn't build
the documentation. Here's a new patch which adds the missing brace.
Sorry for the double post!
>From bf03c0a3fa35144342849cdf550219a185fbf10d Mon Sep 17 00:00:00 2001
From: Chris Marusich
Date: Mon, 7 Mar 2016 01:55:07 -0800
S
Here's an updated patch. First off, I added my name to the copyright
list for each file I modified. Please let me know if I should refrain
from doing this, since the contribution is small.
l...@gnu.org (Ludovic Courtès) writes:
> One general remark: please always leave two spaces after an
> en
Chris Marusich skribis:
> In particular, I found that the current recommended way to modify a
> service (i.e., using 'modify-services') relies on the 'inherit' feature
> of records that are created via the macros that 'define-record-type*'
> produces. This is documented just fine in the (guix rec