David Thompson skribis:
> From 8f29026d37a66d8bcbddc6f32a6354d93d40f50d Mon Sep 17 00:00:00 2001
> From: David Thompson
> Date: Sat, 29 Aug 2015 21:55:12 -0400
> Subject: [PATCH 1/2] build: ruby: Avoid long build directory names.
>
> Having the hash of the source gem in the source directory file
Alex Kost skribis:
> Ludovic Courtès (2015-09-06 16:51 +0300) wrote:
>
>> Alex: We should maybe disable the paragraph filling code in guix.el so
>> that it doesn’t mess up with formatting?
>
> I don't mind (if you remember I didn't actually like such filling¹, and
> I've never used it). So we ca
Alex Kost skribis:
> Now the bug itself:
>
> 1. Start Geiser (M-x run-guile)
>
> 2. Make a scheme buffer and evaluate (use-modules (guix scripts build))
>there using "C-x C-e" or "C-M-x" (or any other "geiser-eval-…"
>command). This is important: do not ,use module in the REPL;
>eval
Andy Wingo skribis:
> So then, for example, the elogind service would indicate that it
> installs udev rules, dbus interfaces, and polkit rules from the elogind
> package. The udev service would then query all services, adding rules
> from services that indicate that they extend the udev configu
On 09/06/2015 11:01 PM, Ludovic Courtès wrote:
> Yes, definitely. This counterexample invalidates my theory. ;-)
K, I'll push the patch (with oslo.i18n updated to 2.5.0) once pbr 1.6.0
has been pushed.
Cyril.
* gnu/packages/openstack.scm (python-pbr): Update to 1.6.0.
---
gnu/packages/openstack.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm
index 8e96455..d4d6813 100644
--- a/gnu/packages/openstack.scm
+++ b/gnu/packag
>From 83997a0d8783395d0307498d3b7c32b0de9fb404 Mon Sep 17 00:00:00 2001
From: Ricardo Wurmus
Date: Sun, 6 Sep 2015 23:07:10 +0200
Subject: [PATCH] gnu: Add gMTP.
* gnu/packages/libusb.scm (gmtp): New variable.
---
gnu/packages/libusb.scm | 40 +++-
1 file chan
Cyril Roelandt skribis:
> On 09/05/2015 10:26 PM, Ludovic Courtès wrote:
>> I had a vague recollection that maybe setuptools was now part of Python
>> core, so when I packaged ‘patches’ I removed it and everything was fine.
>
> That does ring a bell, but I don't know for sure. Anyway I tried
> co
On 09/05/2015 10:26 PM, Ludovic Courtès wrote:
> I had a vague recollection that maybe setuptools was now part of Python
> core, so when I packaged ‘patches’ I removed it and everything was fine.
That does ring a bell, but I don't know for sure. Anyway I tried
compiling python-oslo.i18n without py
Ludovic Courtès (2015-09-06 16:51 +0300) wrote:
> Alex: We should maybe disable the paragraph filling code in guix.el so
> that it doesn’t mess up with formatting?
I don't mind (if you remember I didn't actually like such filling¹, and
I've never used it). So we can change the default value of
‘
Hello,
the openexr package has ilmbase as a propagated input, since the openexr
header files include ilmbase header files. However, there is a problem with
subdirectories, since both packages put the include files into
.../include/OpenEXR.
Then, for instance,
/gnu/store/bnp4nsy7v4lzw562k4v7w3
On Sun, Sep 06, 2015 at 10:49:58AM +0300, Efraim Flashner wrote:
> small patch to update youtube-dl to 2015.09.03
Tried out and pushed, thanks!
Andreas
"Thompson, David" skribis:
> On Sat, Aug 29, 2015 at 8:57 AM, David Thompson
> wrote:
>> This small patch set adds a few more Ruby libraries to our arsenal, the
>> most important being Nokogiri: A widely used XML parsing library with
>> native C extensions.
>
> I decided to push these patches be
Mathieu Lirzin skribis:
> l...@gnu.org (Ludovic Courtès) writes:
[...]
>>> +++ b/gnu/packages/databases.scm
>>> @@ -578,7 +578,7 @@ columns, primary keys, unique constraints and
>>> relationships.")
>>> ("postgresql" ,postgresql)))
>>> (home-page "http://search.cpan.org/dist/DBD-P
Pushed!
- Dave
On Sun, Aug 30, 2015 at 10:33 AM, David Thompson
wrote:
> Patches for ActiveSupport, the first big component of Rails, and the
> missing prerequisites.
The patches still look OK upon a second inspection, and they are all
straightforward, so I've pushed them.
- Dave
On Sat, Aug 29, 2015 at 10:58 PM, David Thompson
wrote:
> This small patch set adds the Pry, a powerful Ruby REPL (but not as
> powerful as Geiser ;), and the missing prerequisites.
I pushed these + an additional small patch that uses ruby-slop 3.x
instead of 4.x because Pry is incompatible with
Hello, Guix!
I am pleased to announce that two armv7 machines were donated in August
for our build farm:
• Steve Sprang sent us a Novena, which has already been building
packages for the ‘core-updates’ branch for a few days;
• the Harmon Instruments company gave us a Wandboard; Mark has
Leo Famulari (2015-09-05 22:06 +0300) wrote:
> On Sat, Sep 5, 2015, at 09:34, Alex Kost wrote:
[...]
>> Otherwise, LGTM. So if there will be no other comments and objections
>> on the package name, I will push it. No need to resend the patch — I'll
>> fix these small issues I mentioned. Thank y
Alex Kost (2015-09-06 12:03 +0300) wrote:
[...]
> diff --git a/guix/store.scm b/guix/store.scm
> index 132b8a3..93f2c77 100644
> --- a/guix/store.scm
> +++ b/guix/store.scm
> @@ -58,6 +58,7 @@
> close-connection
> with-store
> set-build-options
> +
Hello.
There is a strange problem with evaluating a code using Geiser, which
leads to some missing output in a REPL. I have an example demonstrating
the problem using some Guix code, but I would like to have a pure guile
recipe, so that it can be reported.
So how to reproduce the bug. At first,
Ludovic Courtès (2015-08-28 12:24 +0300) wrote:
> 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 p
small patch to update youtube-dl to 2015.09.03
--
Efraim Flashner אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
From d9e67f6ae64c44888e31355255c2f062e3962600 Mon Sep 17 00:00:00 2001
From:
23 matches
Mail list logo