[ Like the last time, apologies if this web-based mail client misbehaves ]
> From 981df1559fab6b77ec9cfc820aa5b77a4fb75475 Mon Sep 17 00:00:00 2001
> From: Ricardo Wurmus
> Date: Fri, 28 Aug 2015 17:24:45 +0200
> Subject: [PATCH 1/6] gnu: Add ruby-builder.
>
> * gnu/packages/ruby.scm (ruby-builde
Mathieu Lirzin writes:
> From 665c92dc5e9976719ac7a6e427253b6ee65c78d8 Mon Sep 17 00:00:00 2001
> From: Mathieu Lirzin
> Date: Fri, 7 Aug 2015 00:10:43 +0200
> Subject: [PATCH] packages: Add package-description-string.
>
> * guix/packages.scm (package-description-string): New variable.
> * guix/
Ludovic Courtès (2015-08-28 12:37 +0300) wrote:
> Alex Kost skribis:
>
>> Ludovic Courtès (2015-08-26 00:14 +0300) wrote:
>>
>>> Alex Kost skribis:
>>>
Hello, I've pushed 'wip-emacs-popup-ui' branch with emacs magit-like
(popup) interface for guix commands.
>>>
>>> BTW I’ve quickly loo
Hi Luis, thanks for the quick response.
Luis Felipe López Acevedo writes:
> On 2015-08-27 16:19, l...@gnu.org wrote:
>> Mark H Weaver skribis:
>>
>>> The main difficulty here was that our SVG artwork is partially
>>> transparent, and includes a "Background" layer with a checker-board
>>> patter
Ludovic Courtès writes:
> If somebody (Ricardo?) gives a general talk about Guix(SD), I can give
> one on a specific topic, for instance gexps and related APIs.
I could be that somebody who gives a general talk about Guix or GuixSD.
But what would be the target audience? People interested in G
On 2015-08-27 16:19, l...@gnu.org wrote:
Mark H Weaver skribis:
This patch modifies 'svg->png' in (gnu system grub) to use
rsvg-convert
instead of inkscape. Inkscape is a rather heavy dependency to convert
an image. This is important for users who choose to avoid binary
substitutes.
Good
Hi,
> Rake 10.4.2 comes with Ruby 2.2.3:
>
> $ guix environment --ad-hoc ruby -E "rake --version"
> rake, version 10.4.2
Thanks for the hint!
To make up for this useless patch I’ve attached a patch set to add six
gems.
I’m currently trying to work my way up to “buildr”, which I might
be
[ Forgot to the CC the list. Apologies for the duplicate email, Ricardo ]
Hi Ricardo,
Rake 10.4.2 comes with Ruby 2.2.3:
$ guix environment --ad-hoc ruby -E "rake --version"
rake, version 10.4.2
Is this for use with an older Ruby version? If so, we should make
that explicit by alterin
>From d5e814678612788d76e0bf9f602e69b4dee1a9a9 Mon Sep 17 00:00:00 2001
From: Ricardo Wurmus
Date: Fri, 28 Aug 2015 15:11:43 +0200
Subject: [PATCH] gnu: Add rake.
* gnu/packages/ruby.scm (rake): New variable.
---
gnu/packages/ruby.scm | 21 +
1 file changed, 21 insertions(+)
Hello!
Ludovic Courtès writes:
> Could you add a package recipe to Guix for the right version of GNUnet?
Working on it!
> Could you remind me what the right GNUnet command is to check whether
> the thing is actually published and visible?
`gnunet-fs -i` should do the thing, otherwise you can se
Leo Famulari skribis:
> * gnu/packages/abduco.scm: New file.
> * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
Applied, thanks.
> +detached - run in the background - and then later reattached.")
I changed it to triple-dashes to suggest an em dash, which the new
Texinfo thing should automatically
Ricardo Wurmus skribis:
> From f9a03d795d96bf83de9c002f1b7542eb42909bff Mon Sep 17 00:00:00 2001
> From: Ricardo Wurmus
> Date: Mon, 24 Aug 2015 14:19:53 +0200
> Subject: [PATCH 1/2] gnu: libedit: Update to 20150325-3.1.
>
> * gnu/packages/libedit.scm (libedit): Update to 20150325-3.1.
[...]
>
Alex Kost skribis:
> Ludovic Courtès (2015-08-26 00:14 +0300) wrote:
>
>> Alex Kost skribis:
>>
>>> Hello, I've pushed 'wip-emacs-popup-ui' branch with emacs magit-like
>>> (popup) interface for guix commands.
>>
>> BTW I’ve quickly looked at the commits and don’t have any comments.
>> Feel free
Ok, will do.
Manolis
Manolis Ragkousis skribis:
> On 18 August 2015 at 19:48, Ludovic Courtès wrote:
>> But note that the Hurd’s libc should really provide ,
>> ‘mount’ (including MS_BIND), and ‘umount’, as discussed earlier. What’s
>> the status of this?
>
> Half-way there. I am currently testing it in darnassus,
Manolis Ragkousis skribis:
> From f9759a80030e11dfb8257f2334d5ce8f5d009cc7 Mon Sep 17 00:00:00 2001
> From: Manolis Ragkousis
> Date: Fri, 14 Aug 2015 14:00:16 +0300
> Subject: [PATCH 1/2] gnu: glibc/linux: Rename "linux-headers" input to
> "kernel-headers".
The subject should be more:
gnu:
Alex Kost skribis:
> Ludovic Courtès (2015-08-26 14:12 +0300) wrote:
>
>> Alex Kost skribis:
>>
>>> Ludovic Courtès (2015-08-18 17:15 +0300) wrote:
>>>
Alex Kost skribis:
> * guix/scripts/build.scm (build-package): New procedure.
[...]
> +(define (build-package
Hello!
Alex Sassmannshausen skribis:
> I think making the track a Guile track seems like a great approach to
> avoid these issues.
Good, let’s try that.
> I've attached last year's proposal — maybe it would help in formulating
> this year's proposal. I'm also happy to contribute to the discus
Siniša Biđin skribis:
> On 2015-08-25 23:27, l...@gnu.org wrote:
[...]
>>> +(arguments `(#:tests? #f))
>>
>> Could you add a comment above explaining why tests are disabled? (We
>> generally avoid that unless there’s a good reason, sometimes because
>> running the tests would be unnecessar
Andy Wingo skribis:
> It seems like you want two kinds of reconfigure: one that just adds the
> grub entry to make a new system the default on the next boot, and
> another kind of reconfigure that also mutates /run/current-system. Does
> that make sense?
Yes, exactly.
Ludo’.
Andy Wingo skribis:
> On Tue 25 Aug 2015 23:39, l...@gnu.org (Ludovic Courtès) writes:
>
>> Andy Wingo skribis:
>>
>>> On Tue 25 Aug 2015 16:55, l...@gnu.org (Ludovic Courtès) writes:
>>>
(operating-system
;; ...
(pam-services (map (lambda (service)
Eric Bavier skribis:
> From 0311d5b383003600ac43d3a9bfdec0ad3c398db2 Mon Sep 17 00:00:00 2001
> From: Eric Bavier
> Date: Sun, 23 Aug 2015 18:00:45 -0500
> Subject: [PATCH] guix: lint: Check for version-only origin file names.
>
> * guix/scripts/lint.scm (check-source): Emit warning if source fi
On closer inspection, I noticed that most files in src/ actually carry
the GPLv3 with the “or later” clause, so I changed the license to
‘gpl3+’.
Ludo’.
23 matches
Mail list logo