Hi Danny,
Here's a sligtly modified version of your patch that works for "guix
reconfigure", I didn't tried any other use-cases.
I switched operating-system-boot-parameters into a monadic procedure,
because operating-system-initrd-file is also a monadic procedure.
I'll send a new version of my
Hi Mathieu,
> Here's a sligtly modified version of your patch that works for "guix
> reconfigure", I didn't tried any other use-cases.
Thanks! I can confirm that it works for that use-case.
I think it would be a possible way to get a handle on the "--load" complexity.
Since it's not possible t
ng0 writes:
> Before I lock myself out, this is the definition for defaults.
> So:
> (service openssh-service-type
> (openssh-configuration
> (port-number 12121)))
>
> becomes:
> (service openssh-service-type
> (port-number 12121))
>
> or is this just a definit
Ludovic Courtès writes:
> With commit 1bb895eabf74a1e571887eb1521915e668a5c28d, service types can
> declare a default value for their instances. After this one can write:
>
> (service openssh-service-type)
>
> instead of:
>
> (service openssh-service-type (openssh-configuration))
>
> A bit
Hi,
With this patch I'm not sure how to properly handle Copyright. I've
taken a guess and prepared a
patch anyway.
Here's the situation.
Updating to 1.8 was not trivial. A fix has been posted in a comment by
Sergei Trofimovich on
github[1]. It's a proper Guix patch, updating Go to 1.8, with
Petter,
There's a copyright header in Guix already, with an e-mail address, so I
doubt Sergei will mind:
$ grep -r Sergei *
gnu/packages/re2c.scm:;;; Copyright © 2017 Sergei Trofimovich <...>
While I suspect Sergei's already subscribed to this list, I've CC'd that
adress just in case. Hence
On Mon, 17 Apr 2017 14:16:06 +0200
Petter wrote:
> Hi,
>
> With this patch I'm not sure how to properly handle Copyright. I've
> taken a guess and prepared a
> patch anyway.
>
> Here's the situation.
>
> Updating to 1.8 was not trivial. A fix has been posted in a comment by
> Sergei Trofimov
Hi Jelle,
since the node build seems to fail by timeout quite often I pushed the update
of node to 7.8.0 to master as 3759deaba1413270e623be7b56b7a4b3856fb6e8 and
added a timeout of 1 h. We might need to increase it some more later, let's
see.
Hi Sergei,
I definitely think your fix deserves recognition. Without it I would
certainly have been unable to build 1.8(.1)? this month. While editing
the recipe is trivial mechanical wise, figuring out what to change was
not :)
Sorry to hear about your issues; I'm on x86_64 and Linux as wel
On 04/05/2017 at 07:59 Leo Famulari writes:
> On Sun, Apr 02, 2017 at 05:06:20PM -0400, Leo Famulari wrote:
>> Based on the GRUB manual [0], how about this plan?
>>
>> We'd add these fields to (grub-configuration):
>>
>> terminal-outputs: One or more symbols: console, serial, gfxterm,
>> ofcons
On Mon, Apr 17, 2017 at 03:37:49PM +0200, Petter wrote:
> Hi Sergei,
>
> I definitely think your fix deserves recognition. Without it I would
> certainly have been unable to build 1.8(.1)? this month. While editing the
> recipe is trivial mechanical wise, figuring out what to change was not :)
>
Hi Leo,
Good point! As the build succeeded I didn't think any of it. This could
be important for other architectures than what Sergei and I are using.
However,
find /tmp/go/src/cmd/ -name '*asm\.c*'
doesn't return any file. Looks like they've removed these files. I'm
pretty sure they're work
On Mon, Apr 17, 2017 at 07:55:35PM +0200, Petter wrote:
> Hi Leo,
>
> Good point! As the build succeeded I didn't think any of it. This could be
> important for other architectures than what Sergei and I are using.
>
> However,
> > find /tmp/go/src/cmd/ -name '*asm\.c*'
> doesn't return any file.
Thanks Leo!
On 2017-04-17 20:18, Leo Famulari wrote:
On Mon, Apr 17, 2017 at 07:55:35PM +0200, Petter wrote:
Hi Leo,
Good point! As the build succeeded I didn't think any of it. This
could be
important for other architectures than what Sergei and I are using.
However,
> find /tmp/go/src/cmd
On Fri, Apr 14, 2017 at 01:13:17PM +0300, Muriithi Frederick Muriuki wrote:
> * gnu/packages/python.scm (python-httpretty): New variable.
> +(arguments
> + `(;; One of ipdb's dependency keeps failing with a response
> + ;; of 410, "Gone"
> + ;; The dependency seems to have a na
On Sat, Apr 15, 2017 at 07:38:57PM +0200, Hartmut Goebel wrote:
> Am 15.04.2017 um 19:28 schrieb Hartmut Goebel:
> > Am 14.04.2017 um 12:13 schrieb Muriithi Frederick Muriuki:
> >> (define-public python2-sphinx-rtd-theme-0.1.9
> >>(package-with-python2 python-sphinx-rtd-theme-0.1.9))
> >> +
>
On Fri, Apr 14, 2017 at 01:13:01PM +0300, Muriithi Frederick Muriuki wrote:
> * gnu/packages/python.scm (python-radon): New variable.
Thanks for these patches!
I've sent my patch-specific comments. Can you also run `guix lint` on
each new package? I noticed a few minor issues in synopses, and the
On Mon, Apr 17, 2017 at 09:44:06AM -0400, myglc2 wrote:
> Hey Leo, As reported earlier, this works for me. IMO it is good to
> go. If there is anything I can do to help, please let me know.
I'm glad to hear it!
Because this change would make it possible to break your GuixSD system
in new ways, I
On Mon, Apr 17, 2017 at 09:33:12PM +0200, Marius Bakke wrote:
> @Leo, others: I don't anticipate more staging updates in a while, should
> we try and get this merged?
Sure, I merged master into staging and started an evaluation of the
staging branch.
signature.asc
Description: PGP signature
Ludovic Courtès writes:
> Marius Bakke skribis:
>
>> Ludovic Courtès writes:
>>
>>>3. UEFI support documented and possibly improved.
>>>
>>> We can certainly document the UEFI setup and add the /boot/efi
>>> partition in some of the ‘operating-system’ examples.
>>>
>>> The
Hello!
Since version 3.30.1, one test consistently fails on armhf. It is the
same as in this bug report, although we don't see the exception:
https://bugzilla.mozilla.org/show_bug.cgi?id=1351459
I initially thought this was due to stalls in the build process as we've
seen before and tried increa
Am 13.04.2017 um 16:44 schrieb Ludovic Courtès:
> Specifically, catalog.c in libxml2 has this:
>
> /* the XML_CATALOG_FILES envvar is allowed to contain a
> space-separated list of entries. */
Thanks for digging into this. I'm still wondering about this
non-standard implemen
On Mon, Apr 17, 2017 at 11:23:43PM +0200, Marius Bakke wrote:
> Hello!
>
> Since version 3.30.1, one test consistently fails on armhf. It is the
> same as in this bug report, although we don't see the exception:
>
> https://bugzilla.mozilla.org/show_bug.cgi?id=1351459
>
> I initially thought thi
Leo Famulari writes:
> On Mon, Apr 17, 2017 at 11:23:43PM +0200, Marius Bakke wrote:
>> Hello!
>>
>> Since version 3.30.1, one test consistently fails on armhf. It is the
>> same as in this bug report, although we don't see the exception:
>>
>> https://bugzilla.mozilla.org/show_bug.cgi?id=13514
On Fri 14 Apr 2017 14:54, l...@gnu.org (Ludovic Courtès) writes:
>> I think we should make it so that the lower-potluck-package process
>> prefers "core" packages if available, and only goes to the channel if
>> the core does not provide a package matching the specification.
>>
>> I think this is
25 matches
Mail list logo