Re: 01/01: gnu: patch: Update to 2.7.5.

2015-03-07 Thread Mark H Weaver
Andreas Enge writes: > commit cded001198d60d151935134e85733ca453d72066 > Author: Andreas Enge > Date: Sun Mar 8 00:11:15 2015 +0100 > > gnu: patch: Update to 2.7.5. This triggered a full rebuild, so I reverted it. This is a change for core-updates. Mark

Re: [PATCH] build: ruby: Patch executables to set necessary gem load path.

2015-03-07 Thread David Thompson
David Thompson writes: > This patch addresses the issue of how to ensure that Ruby executables > are able to load all of the additional Ruby libraries that they need in > order to work: with a new 'patch-executables' build phase. Instead of > using wrap-program, I instead take advantage of the w

Re: [PATCH] import: pypi: detect requirements from requirements.txt.

2015-03-07 Thread David Thompson
Awesome! :) How about this for the commit log: "import: pypi: Detect inputs." ? Cyril Roelandt writes: > * guix/import/pypi.scm (compute-inputs, guess-requirements): New functions. "New procedures." > --- > guix/import/pypi.scm | 146 > --- >

[PATCH] build: ruby: Patch executables to set necessary gem load path.

2015-03-07 Thread David Thompson
This patch addresses the issue of how to ensure that Ruby executables are able to load all of the additional Ruby libraries that they need in order to work: with a new 'patch-executables' build phase. Instead of using wrap-program, I instead take advantage of the wrappers that the 'gem' command al

[PATCH] import: pypi: detect requirements from requirements.txt.

2015-03-07 Thread Cyril Roelandt
* guix/import/pypi.scm (compute-inputs, guess-requirements): New functions. --- guix/import/pypi.scm | 146 --- 1 file changed, 115 insertions(+), 31 deletions(-) diff --git a/guix/import/pypi.scm b/guix/import/pypi.scm index 8567cad..9ac3342 100644

[PATCH] build: ruby: Set $GEM_HOME that matches Ruby's $GEM_PATH.

2015-03-07 Thread David Thompson
Ruby's native search path for $GEM_PATH looks like "/lib/ruby/gems/2.2.0", where the version number at the end is formed by the major + minor version of our Ruby package followed a ".0", ignoring the patch version. However, the Ruby build system was installing gems into places like "/lib/ruby/gems

Re: Website implementation

2015-03-07 Thread Taylan Ulrich Bayırlı/Kammer
Luis Felipe López Acevedo writes: > - tylan's html simple Note that this is a rudimentary library; I just thought someone might use it as a starting point for something more serious. Taylan

Re: Website implementation

2015-03-07 Thread David Thompson
Luis Felipe López Acevedo writes: > On 2015-03-07 17:01, David Thompson wrote: >> Luis Felipe López Acevedo writes: >> >>> Regarding the Guilish tool(s) to generate the site statically, I have >>> these to compare >>> >>> - Artanis (GNU Project) >> >> Arta

Re: Website implementation

2015-03-07 Thread Luis Felipe López Acevedo
On 2015-03-07 17:01, David Thompson wrote: Luis Felipe López Acevedo writes: Regarding the Guilish tool(s) to generate the site statically, I have these to compare - Artanis (GNU Project) Artanis is intended for dynamic web applications, so I don't think

Re: Website implementation

2015-03-07 Thread David Thompson
Luis Felipe López Acevedo writes: > Regarding the Guilish tool(s) to generate the site statically, I have > these to compare > > - Artanis (GNU Project) Artanis is intended for dynamic web applications, so I don't think it would be particularly useful in this

Website implementation

2015-03-07 Thread Luis Felipe López Acevedo
Hi, I just wanted to let you know that I started implementing the website mockup rev2[1] in HTML/CSS—just the basic templates. The progress can be found at http://sirgazil.bitbucket.org/guixsd/ for now. By the way, where should I put the source? Regarding the Guilish tool(s) to generate the

[PATCHES] Various

2015-03-07 Thread Taylan Ulrich Bayırlı/Kammer
Tracking the dependency DAG of mplayer2 lead to a big series of patches. These are the fairly simple first 21 out of a total 25. I will push them in let's say two days if nobody has comments. 5 of the patches do something else than adding a package: - openal has been moved from games to audio,

Re: SLiM session types

2015-03-07 Thread tcech
On Sat, Dec 13, 2014 at 04:28:50PM +0100, Ludovic Courtès wrote: 宋文武 skribis: And currently ratposion and windowmaker are hardcoded, how about make sessions configurable? Like: (define %default-sessions `(("windowmaker" . #~(execl #$windowmaker "/bin/wmaker")) ("ratposion" .

Re: [PATCHES] Add recode, enca.

2015-03-07 Thread Taylan Ulrich Bayırlı/Kammer
Andreas Enge writes: >> In the first one, I couldn't figure out how to make the test suite >> run, which uses a setup.py file to compile a small program, which >> fails with "ld: cannot find -lrecode" (where recode is the library >> being tested). Any help welcome. > > You could set LD_LIBRARY_P

Re: [PATCH] gnu: ncmpcpp: Enable taglib support.

2015-03-07 Thread Andreas Enge
Looks good, please push. Andreas

[PATCH] gnu: ncmpcpp: Enable taglib support.

2015-03-07 Thread Paul van der Walt
* gnu/packages/mpd.scm (ncmpcpp): Add --with-taglib configure flag. --- gnu/packages/mpd.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/mpd.scm b/gnu/packages/mpd.scm index 2313b30..2f9ad72 100644 --- a/gnu/packages/mpd.scm +++ b/gnu/packages/mpd.scm @@ -