Andreas Enge writes:
> maybe you could add the new inputs to the commit message?
Yes, they should be mentioned in the commit message.
Thanks!
Mark
Hello Andreas :-D
You were right, now it's much prettier!!
Updated patch.
Manolis
From 7ad4b64b93ac558a2683609fd77d1156c98474ee Mon Sep 17 00:00:00 2001
From: Manolis Ragkousis
Date: Fri, 31 Jul 2015 15:26:17 +0300
Subject: [PATCH 1/3] gnu: hurd: Add kernel-headers package.
* gnu/packages/hurd
On 26/07/15 20:29, Andreas Enge wrote:
On Sun, Jul 26, 2015 at 11:43:38AM +0200, Andreas Enge wrote:
I would use a snippet for something internal to Guix, or specific to the
way we handle things, while a patch is intended to be passed upstream (or
sometimes taken from upstream already) to corr
Hello,
it was suggested on IRC to move python2-ansible to admin.scm and rename
the package "ansible".
This is all this patch does.
Eric.From 898a73dd02d121a82df50e7281eea58f9c20e8d5 Mon Sep 17 00:00:00 2001
From: Eric Dvorsak
Date: Fri, 31 Jul 2015 17:59:52 +0200
Subject: [PATCH] gnu: Move py
Manolis Ragkousis writes:
> Updated patch.
Looks good. Okay for wip-hurd.
Thanks!
Mark
Updated patch.
From f45ea217c7e50606ea4fb3559f0bb308d515b7b2 Mon Sep 17 00:00:00 2001
From: Manolis Ragkousis
Date: Fri, 31 Jul 2015 19:08:39 +0300
Subject: [PATCH] gnu: base: Disable bogus code in Hurd's glibc.
* gnu/packages/patches/glibc-hurd-disable-memmove-fix.patch: New file.
* gnu/packages
Hello,
this package is strange - it propagates its inputs, and then it copies
their content into its own output? So if I understand things correctly,
upon installation, each of its files will be in conflict with the same
file from a propagated input.
How about using normal inputs and "union-build
Manolis Ragkousis writes:
> This patch solves the issue I had with building perl natively on Hurd. It
> seems
> PAGE_COPY_THRESHOLD was causing a not properly tested PAGE_COPY_FWD_MAYBE
> to be used, which caused the error "miniperl: memmove.c:72: memmove:
> Assertion `len == 0' failed."
>
> OK
From aaad86209c236ea13bcc088fc470bce3f775fee3 Mon Sep 17 00:00:00 2001
From: Manolis Ragkousis
Date: Fri, 24 Jul 2015 22:29:28 +0300
Subject: [PATCH] gnu: base: Add libmachuser.so and libhurduser.so to libc.so's
search path.
* gnu/packages/base.scm (glibc/hurd): Add augment-libc.so phase.
---
From fcf937ba04e5d4daf13c80372c0973e2f7bbc784 Mon Sep 17 00:00:00 2001
From: Manolis Ragkousis
Date: Fri, 31 Jul 2015 19:20:31 +0300
Subject: [PATCH 2/3] gnu: base: Replace Gnumach/Hurd headers with
kernel-headers package.
* gnu/packages/base.scm (glibc/hurd): Replace with kernel-headers packag
From 3b80b9ba79194ee774a23070769b2e1e62e332da Mon Sep 17 00:00:00 2001
From: Manolis Ragkousis
Date: Tue, 21 Jul 2015 12:08:18 +0300
Subject: [PATCH 3/3] gnu: cross-base: Use cross-kernel-headers package in
cross-gcc and cross-libc.
* gnu/packages/cross-base.scm (cross-gcc): Add cross-kernel-he
This package is a union of the Mach and Hurd headers and the Hurd-minimal
package which are needed for both glibc and gcc. It will make our lifes easier
when handling inputs.
From 39bd88957a4f16426458dcb1215d89b39b0ac474 Mon Sep 17 00:00:00 2001
From: Manolis Ragkousis
Date: Fri, 31 Jul 2015 15:26
Hello,
could maybe one of the python experts look at packaging a newer version
of python 2.7? I need at least 2.7.9 for updating calibre, the old version
of which does not compile with qt 5.5.
Thanks for your help, I think someone knowing the package would be much
more efficient than me with pack
Hello all,
chiming in a bit late for lack of time earlier.
First of all, thanks, Alf, for joining us and proposing a package. It is
a bit unfortunate that your first contribution turned out to be a bit
controversial, and I hope this will not discourage you from taking part
in the endeavour in the
On Thu, Jul 30, 2015 at 4:10 AM, Pjotr Prins wrote:
> Would it be possible to get a status icon straight from the build
> farm, such as Travis CI provides, for Guix builds? That would mean we
> could add it to a package README, e.g.
>
> https://github.com/pjotrp/bioruby-vcf/blob/master/README.md
This patch solves the issue I had with building perl natively on Hurd. It seems
PAGE_COPY_THRESHOLD was causing a not properly tested PAGE_COPY_FWD_MAYBE
to be used, which caused the error "miniperl: memmove.c:72: memmove:
Assertion `len == 0' failed."
OK to apply to wip-hurd?
Manolis
From b4ea96
> maybe you could add the new inputs to the commit message? Are they necessary
> for the new version, or just useful to have?
The inputs are required.
Hello,
maybe you could add the new inputs to the commit message? Are they necessary
for the new version, or just useful to have?
Andreas
Please push. Thanks!
- Dave
>From 8c80ceb73e9a9dc6a444de5f576261cdbee8a206 Mon Sep 17 00:00:00 2001
From: Ricardo Wurmus
Date: Fri, 31 Jul 2015 17:55:29 +0200
Subject: [PATCH] gnu: sfml: Update to 2.3.1.
* gnu/packages/game-development.scm (sfml): Update to 2.3.1.
---
gnu/packages/game-development.scm | 10 +++---
1 fi
Because a kernel-headers package has more uses than this,
forget this patch. I will send the new patches shortly.
Hi again,
attached are two patches. The first is a slightly updated version of
the CRAN importer (it’s now defaulting to the CRAN URL for the
‘home-page’ field if no home page URL is given); the second is the R
build system.
I have tested this all by importing and building ‘ggplot2’ and all its
On Fri, Jul 31, 2015 at 5:06 AM, Ricardo Wurmus
wrote:
>> Here's a little Nagios-related package. Maybe some day we'll actually
>> have Nagios proper.
>
> Looks good to me.
>
> I wonder if maybe there’s a better place for this package than
> ‘python.scm’ (aka ‘the kitchen sink’). It’s written in
> Here's a little Nagios-related package. Maybe some day we'll actually
> have Nagios proper.
Looks good to me.
I wonder if maybe there’s a better place for this package than
‘python.scm’ (aka ‘the kitchen sink’). It’s written in Python but it
doesn’t provide any Python module as far as I can t
Alex Kost (2015-07-29 12:51 +0300) wrote:
> Eric Dvorsak (2015-07-26 15:05 +0300) wrote:
>
>> Ok I have made all the changes you recommended. Thank you for your
>> help.
>
> Thanks for making the packages. I'm going to push these patches in a
> day or two, so if someone has comments, this is the
25 matches
Mail list logo