Federico Beffa skribis:
> On Fri, Jun 5, 2015 at 9:30 AM, Ludovic Courtès wrote:
[...]
>>> +(define (make-stack)
>>> + "Creates a simple stack closure. Actions on the generated stack are
>>> +requested by calling it with one of the following symbols as the first
>>> +argument: 'empty?, 'push
On Tue, Jun 9, 2015 at 9:38 AM, Ludovic Courtès wrote:
> OK to commit, thank you!
Pushed.
> PS: Commit 751630c adds n-ary >>= for your pleasure. ;-)
Thanks :-)
Fede
The attached patch removes icedtea6 from the inputs of icedtea7.
IcedTea7 can now be built with just GCJ.
>From d4c04d81e4c8b43636e5f9adb279e8ef6a0b8752 Mon Sep 17 00:00:00 2001
From: Ricardo Wurmus
Date: Tue, 9 Jun 2015 12:53:23 +0200
Subject: [PATCH] gnu: icedtea7: Bootstrap with GCJ.
* gnu/pa
This patch st terminal emulator from suckless.
This is my first patch!
This installs flawlessly except:
- `tic -s terminfo -s info` which fails because it try to install in an
unknown home directory. In Gentoo they install it in /usr/share/terminfo
[1]. A added a patch to avoid this issue. On
Hello Guix,
This patch will need an update when Alex recent patch (doc: Add
'help2man' to HACKING.) will be pushed.
do 'HACKING' copyright notices need to be added to the manual too?
--
Mathieu Lirzin
>From ccbbddb5d5335b3714a4e6204498f1fc24dca6ab Mon Sep 17 00:00:00 2001
From: Mathieu Lirzin
With the patch this time ^^'
On 2015-06-09 13:04, amirou...@hypermove.net wrote:
This patch st terminal emulator from suckless.
This is my first patch!
This installs flawlessly except:
- `tic -s terminfo -s info` which fails because it try to install in
an unknown home directory. In Gentoo th
On Tue, Jun 9, 2015 at 12:03 AM, Claes Wallin (韋嘉誠)
wrote:
> Is there a way to make guix-daemon talk to a proxy when downloading
> substitutions and source archives?
>
> I tried starting it with http_proxy set, but I'm not sure it responded
> to it (as I'm writing this ISTR having read and tested
On Tue, Jun 9, 2015 at 3:11 AM, Claes Wallin (韋嘉誠)
wrote:
> On Tue, Jun 9, 2015 at 12:03 AM, Claes Wallin (韋嘉誠)
> wrote:
>
>> Is there a way to make guix-daemon talk to a proxy when downloading
>> substitutions and source archives?
>>
>> I tried starting it with http_proxy set, but I'm not sure i
Ricardo Wurmus skribis:
> From da77c25e8c32243ca2bd77bd76de41312aafaac1 Mon Sep 17 00:00:00 2001
> From: Ricardo Wurmus
> Date: Mon, 25 May 2015 22:13:27 +0200
> Subject: [PATCH 1/6] gnu: Add withershins.
>
> * gnu/packages/code.scm (withershins): New variable.
[...]
> +(inputs
> + `((
Hello,
thanks for the submission! Just a partial review:
On Tue, Jun 09, 2015 at 03:07:55PM +0200, amirou...@hypermove.net wrote:
> + ("font-liberation5" ,font-liberation)))
Typo? Drop "5"
> +(description
> + "Xterm is bloated and unmaintainable. It has over 65K lines of code and
Hi Guix,
attached is a patch based on a slightly edited snippet that came in
through the bio-packaging mailing list.
~~ Ricardo
>From 6cbd193a53f90e798efc4d83f7acb1d3ae51de12 Mon Sep 17 00:00:00 2001
From: Ben Woodcroft
Date: Tue, 9 Jun 2015 16:10:51 +0200
Subject: [PATCH] gnu: Add OrfM.
* gnu
Manolis Ragkousis skribis:
> With this commit "guix build bootstrap-tarballs --target=i686-pc-gnu" works.
Yay!
> From 53582d2cdaf3fb69500a24afe3ed4f58cfbffcea Mon Sep 17 00:00:00 2001
> From: Manolis Ragkousis
> Date: Tue, 9 Jun 2015 01:14:03 +0300
> Subject: [PATCH] gnu: make-bootstrap: Remov
Manolis Ragkousis skribis:
> From 21fe31fb235c322654959c458f73c5f192efee7c Mon Sep 17 00:00:00 2001
> From: Manolis Ragkousis
> Date: Tue, 9 Jun 2015 01:08:55 +0300
> Subject: [PATCH] gnu: base: Add glibc-for-target macro.
>
> * gnu/packages/base.scm (glibc): Add macro.
OK for ‘wip-hurd’!
(I t
Manolis Ragkousis skribis:
> Actually I merged this patch with the one from [PATCH 09/10] gnu: base:
> Remove a multiple definition from libpthread with some changes.
>
> This is the updated patch.
>
> From f4867aa5438bd5c51579aa9cc3ac0227d7eaf211 Mon Sep 17 00:00:00 2001
> From: Manolis Ragkousi
Mark H Weaver skribis:
> Mark H Weaver writes:
>
>> l...@gnu.org (Ludovic Courtès) writes:
>>
>>> This (lightly tested) patch may work:
>>>
>>> diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
>>> index ab16660..6dd4d55 100644
>>> --- a/gnu/packages/commencement.scm
>>>
Andreas Enge skribis:
> On Sat, Jun 06, 2015 at 07:41:42PM +0200, Ludovic Courtès wrote:
>> Could you run “make V=1”? Normally DEFAULT_CHROOT_DIRS is defined from
>> the command line (see ‘libstore_a_CPPFLAGS’.)
>
> There is no trace of it on the command line:
>
> g++ -DHAVE_CONFIG_H -I. -I./nix
Hi,
today I've updated all packages in my profile and I find that
matplotlib doesn't work anymore.
Starting ipython3 and executing the following commands
%matplotlib
import numpy as np
import matplotlib.pyplot as plt
t = np.r_[0:5]
plt.plot(t, t)
now produces an empty, gray window, while with t
On Tue, Jun 09, 2015 at 05:51:00PM +0200, Ludovic Courtès wrote:
> There’s also the fact that it’s using -std=c++0x, whereas current master
> uses -std=c++11. Fishy!
Very fishy indeed! I think I did not run "autoreconf -vfi" correctly, or
it failed and I did not pay attention, and was left with a
I forgot this patch. Updated patch.
From 84ef1393099fe0245f22402387d9ae578a91e9e8 Mon Sep 17 00:00:00 2001
From: Manolis Ragkousis
Date: Sat, 23 May 2015 22:10:34 +0300
Subject: [PATCH] gnu: guile-static: Use Linux syscalls only on Linux-based
systems.
* gnu/packages/patches/guile-linux-syscalls
On 9 June 2015 at 18:47, Ludovic Courtès wrote:
>> 6 files changed, 47 insertions(+), 214 deletions(-)
>
> These are definitely good stats from the point of view of Guix. :-)
Hehe, thanks to our Hurd friends. :-)
Pushed.
I took the liberty and pushed it because it had the changes you suggested.
Manolis Ragkousis skribis:
> From 84ef1393099fe0245f22402387d9ae578a91e9e8 Mon Sep 17 00:00:00 2001
> From: Manolis Ragkousis
> Date: Sat, 23 May 2015 22:10:34 +0300
> Subject: [PATCH] gnu: guile-static: Use Linux syscalls only on Linux-based
> systems.
>
> * gnu/packages/patches/guile-linux-sy
Andreas Enge skribis:
> On Tue, Jun 09, 2015 at 05:51:00PM +0200, Ludovic Courtès wrote:
>> There’s also the fact that it’s using -std=c++0x, whereas current master
>> uses -std=c++11. Fishy!
>
> Very fishy indeed! I think I did not run "autoreconf -vfi" correctly, or
> it failed and I did not p
Before pushing this patch I would first like to decide what we will do
with the gnu patch PATH_MAX patch, because we need it for wip-hurd.
After that, with this patch, we can merge wip-hurd with core-updates.
Manolis
"Thompson, David" skribis:
> I'd like to give a quick update on the state of wip-container branch.
> As of this morning, one can run the below commands and have a somewhat
> functional GuixSD container:
>
> # Hardcoded /tmp/container as the container root directory until I
> # add a command l
On 2015-06-09 16:22, Andreas Enge wrote:
Hello,
thanks for the submission! Just a partial review:
On Tue, Jun 09, 2015 at 03:07:55PM +0200, amirou...@hypermove.net
wrote:
+ ("font-liberation5" ,font-liberation)))
Typo? Drop "5"
+(description
+ "Xterm is bloated and unmaintai
26 matches
Mail list logo