Re: [PATCH] gnu: add the rc shell package

2015-07-13 Thread Mark H Weaver
Jeff Mickey writes: > Here's another attempt, removed references to Unix. > > // codemac > > > From 9f05fc85c77184403fd2393eb7edb21d68276d72 Mon Sep 17 00:00:00 2001 > From: Jeff Mickey > Date: Thu, 9 Jul 2015 17:39:42 -0700 > Subject: [PATCH] gnu: Add rc. Pushed, thanks! Mark

Re: [PATCH] gnu: make-bootstrap: Produce the correct %glibc-bootstrap-tarball for Hurd systems.

2015-07-13 Thread Ludovic Courtès
Manolis Ragkousis skribis: > Here is the updated patch with a small modification at the regexp. Now > it copies all the .so and .a files, > needed on a hurd system, to the stripped glibc (libcrt_nonshared.a, > libmachuser.so, libhurduser.so). OK for copying lib{hurd,mach}user.so, of course. How

Re: [PATCH 1/3] gnu: Add python-feedgenerator

2015-07-13 Thread Ludovic Courtès
Christopher Allan Webber skribis: > From 32fe80103c1cef93f1608d5c09e4edf7cd005a5e Mon Sep 17 00:00:00 2001 > From: Christopher Allan Webber > Date: Fri, 10 Jul 2015 15:49:07 -0500 > Subject: [PATCH 1/3] gnu: Add python-feedgenerator > > * gnu/packages/python.scm (python-feedgenerator, python2-fe

Re: [PATCH] gnu: add the rc shell package

2015-07-13 Thread Jeff Mickey
Here's another attempt, removed references to Unix. // codemac >From 9f05fc85c77184403fd2393eb7edb21d68276d72 Mon Sep 17 00:00:00 2001 From: Jeff Mickey Date: Thu, 9 Jul 2015 17:39:42 -0700 Subject: [PATCH] gnu: Add rc. * gnu/packages/rc.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): A

[PATCH] emacs: Fill package description in Info buffers.

2015-07-13 Thread Ludovic Courtès
* emacs/guix-info.el (guix-package-info-insert-heading): Add call to 'fill-region'. --- emacs/guix-info.el | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/emacs/guix-info.el b/emacs/guix-info.el index bb21024..1e03d65 100644 --- a/emacs/guix-info.el +++ b/emacs/guix-in

Substitutes and multiple servers

2015-07-13 Thread Ludovic Courtès
Hi! Starting from commit 895d1ed, one can fearlessly use multiple substitute servers (specified via --substitute-urls), but currently only one at a time. That is, one can do: guix build --substitute-urls=http://hydra.gnu.org foo and later: guix build --substitute-urls=http://hydra.example.

Re: [PATCH 1/6] gnu: Add perl-html-element-extended.

2015-07-13 Thread Ludovic Courtès
ericbav...@openmailbox.org skribis: > * gnu/packages/web.scm (perl-html-element-extended): New variable. LGTM. Ludo'.

Re: [PATCH 2/6] gnu: Add perl-html-tableextract.

2015-07-13 Thread Ludovic Courtès
ericbav...@openmailbox.org skribis: > * gnu/packages/web.scm (perl-html-tableextract): New variable. LGTM.

Re: [PATCH] gnu: add the rc shell package

2015-07-13 Thread Ludovic Courtès
Alex Kost skribis: > Jeff Mickey (2015-07-13 01:46 +0300) wrote: > >> +(home-page "http://github.com/rakitzis/rc";) > > A question to the list: Do we prefer "https" over "http" for such github > home pages? I see that both variants are used, but is there a > preferable way? I tend to use ‘h

Re: [PATCH] gnu: Document xorg packages.

2015-07-13 Thread Ludovic Courtès
Alex Kost skribis: > Oh god! I didn't realize it would be so much, when I began many days > ago :-) I can't imagine, how Andreas managed to package all this stuff! Indeed! And I wonder how you managed to clean up all these synopses/descriptions. :-) Anyway, that’s really a great idea, I was

Test suite failures

2015-07-13 Thread Ludovic Courtès
(Stripping the list of recipients.) "Cook, Malcolm" skribis: > In that thread, you suggested "What about installing Guix in /gnu/bin (say) > and sharing it over NFS?". Is there a way to `./bootstrap ./configure ` > this? Something like -- exec_prefix=/gnu --localstatedir=/gnu/var? Yes, --

[PATCH] build: ruby: Add 'gem-flags' key to ruby build system

2015-07-13 Thread Pjotr Prins
Introducing gem-flags in preparation of ruby-nokogiri package * guix/build-system/ruby.scm (build): add 'gem-flags' key * guix/build/ruby-build-system.scm (build): use 'gem-flags' key (this looks clean to me...) >From ce8cfeadc8a661ff0fe0b96dc241d0063ed49ba3 Mon Sep 17 00:00:00 2001 From: pjotrp

Re: [PATCH] gnu: ruby: Allow 'rake gem' in ruby-build-system.

2015-07-13 Thread Pjotr Prins
Please ignore this patch. It was already improved and submitted by David. I am making a real hash of it today. On Mon, Jul 13, 2015 at 02:59:58PM +0200, Pjotr Prins wrote: > Modification of the Ruby build system preparing for the Nokogiri patch > (next mail). > > Pj. > > > From 8bdeef9e44abc0e

Re: [PATCH] gnu: Add ruby-nokogiri

2015-07-13 Thread Ricardo Wurmus
Hi Pjotr, following are a couple of comments about the patch. (I did not try it myself.) > From e2fd935a659cacde5cb74bef19406f056a262f79 Mon Sep 17 00:00:00 2001 > From: pjotrp > Date: Mon, 13 Jul 2015 14:56:40 +0200 > Subject: [PATCH] gnu: Add ruby-nokogiri > * gnu/packages/ruby.scm (gnu-noko

[PATCH] gnu: Add ruby-nokogiri

2015-07-13 Thread Pjotr Prins
Sorry, the second mail got sent off too early. Patch for the Ruby-nokogiri gem, an infamous hard to install piece of software. Not so hard to add to GNU Guix, though I had to run 'rake gem' 2x to create the gem (the first time it merely installs the build directory). The tests are skipped because

[no subject]

2015-07-13 Thread Pjotr Prins
>From e2fd935a659cacde5cb74bef19406f056a262f79 Mon Sep 17 00:00:00 2001 From: pjotrp Date: Mon, 13 Jul 2015 14:56:40 +0200 Subject: [PATCH] gnu: Add ruby-nokogiri * gnu/packages/ruby.scm (gnu-nokogiri): New variable --- gnu/packages/ruby.scm | 40 1 fi

[PATCH] gnu: ruby: Allow 'rake gem' in ruby-build-system.

2015-07-13 Thread Pjotr Prins
Modification of the Ruby build system preparing for the Nokogiri patch (next mail). Pj. >From 8bdeef9e44abc0ed5e8491d360cc1e9e9de72420 Mon Sep 17 00:00:00 2001 From: pjotrp Date: Sun, 5 Jul 2015 18:00:22 +0200 Subject: [PATCH] gnu: ruby: Allow 'rake gem' in ruby-build-system. * guix/build/

Re: [PATCH] Add skalibs, execline.

2015-07-13 Thread 韋嘉誠
On 12-Jul-2015 10:57 pm, "Ludovic Courtès" wrote: > > * gnu/package/skarnet.scm (skalibs): New file. > > * gnu-system.am (GNU_SYSTEM_MODULES): Add it. > > Applied with a slight change to the description to make it a sentence. > > * gnu/package/skarnet.scm (execline): New variable. > > Finally ap

Re: [PATCH] gnu: Update livestreamer to 1.12.2.

2015-07-13 Thread Efraim Flashner
This should be an attached patch, which makes more sense than inline in the email. I'll figure out git-send-mail for my next patch. -- Efraim Flashner אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unen

Re: [PATCH] gnu: Add lxappearance.

2015-07-13 Thread Alex Kost
Mathieu Lirzin (2015-07-12 17:21 +0300) wrote: [...] > +(define-public lxappearance > + (package > +(name "lxappearance") > +(version "0.6.1") > +(source (origin > + (method url-fetch) > + (uri (string-append > +"mirror://sourceforge/proje

Re: [PATCH] gnu: Document xorg packages.

2015-07-13 Thread Alex Kost
John Darrington (2015-07-12 22:31 +0300) wrote: > On Sun, Jul 12, 2015 at 07:47:39PM +0300, Alex Kost wrote: > * gnu/packages/xorg.scm: Add/imrove 'synopsis'/'description' fields of > ^improve Hawk eye! -- Alex