Re: [PATCH 2/2] gnu: libxml2: Build python bindings separately.

2015-05-30 Thread 宋文武
Mark H Weaver writes: > 宋文武 writes: > >> * gnu/packages/xml.scm (libxml2)[native-inputs]: Remove python. >> [arguments]: Remove. >> (python-libxml2, python2-libxml): New variables. >> --- >> gnu/packages/xml.scm | 53 >> ++-- >> 1 file change

Re: [PATCH 1/2] gnu: libxml2: Update to 2.9.2.

2015-05-30 Thread 宋文武
Mark H Weaver writes: > 宋文武 writes: >> * gnu/packages/xml.scm (libxml2): Update to 2.9.2. > > Looks good, but this is probably for core-updates, since it will entail > recompiling at least 1/3 of our packages (as estimated by 'guix refresh > -l'), and possibly much more since gtk+ depends on lib

Re: [PATCHES] Add ruby-rspec, bundler, and ruby-useragent

2015-05-30 Thread Pjotr Prins
On Sat, May 30, 2015 at 05:57:23PM -0400, Thompson, David wrote: > > that essentially replaces the old rvm or rbenv! So much better :) > > Oh, wow! Maybe you can help me because I tried to use Guix to replace > rvm/rbenv at work and I failed miserably. Native extensions failed to > build success

Re: [PATCHES] Add ruby-rspec, bundler, and ruby-useragent

2015-05-30 Thread Thompson, David
On Sat, May 30, 2015 at 5:02 PM, Pjotr Prins wrote: > I ran bundler with success using the latest ruby patch :). It requires > a tweak to the environment so the GEM_PATH points at > > $HOME/.guix-profile/lib/ruby/gems/2.2.0/ > > The script I use to run Ruby is at > > https://github.com/pjotrp/

Re: [PATCHES] Add ruby-rspec, bundler, and ruby-useragent

2015-05-30 Thread Pjotr Prins
I ran bundler with success using the latest ruby patch :). It requires a tweak to the environment so the GEM_PATH points at $HOME/.guix-profile/lib/ruby/gems/2.2.0/ The script I use to run Ruby is at https://github.com/pjotrp/guix-notes/blob/master/scripts/ruby-guix-env that essentially rep

Novena and tar

2015-05-30 Thread Andreas Enge
Hello, after receiving my novena, I finally installed guix by the tarball on it. This part went very smoothly. Then I tried guix build hello and gcc, guile and so on were built correctly. But tar failed its tests: 25: terminal input FAILED (iotty.at:29) ERRO

diaper pattern lurking in ui.scm

2015-05-30 Thread Christopher Allan Webber
I was working on a new package and found that I was very surprised that suddenly guix told me that "guix package" did not exist: cwebber@earlgrey:~/devel/guix$ guix package --help guix: package: command not found Try `guix --help' for more information. Wh? So I dug into the source and

Re: Bugs in parsing build options

2015-05-30 Thread Alex Kost
Ludovic Courtès (2015-02-26 02:05 +0300) wrote: > Alex Kost skribis: > >> Suppose a user specifies "--no-substitutes" in his GUIX_BUILD_OPTIONS >> and then he calls "guix system reconfigure". What would happen? >> Substitutes _will be used_ anyway, because: >> ‘(parse-options-from args)’ will co

Re: [PATCH 2/2] gnu: libxml2: Build python bindings separately.

2015-05-30 Thread Mark H Weaver
宋文武 writes: > * gnu/packages/xml.scm (libxml2)[native-inputs]: Remove python. > [arguments]: Remove. > (python-libxml2, python2-libxml): New variables. > --- > gnu/packages/xml.scm | 53 > ++-- > 1 file changed, 31 insertions(+), 22 deletions(

Re: [PATCH 1/2] gnu: libxml2: Update to 2.9.2.

2015-05-30 Thread Mark H Weaver
宋文武 writes: > * gnu/packages/xml.scm (libxml2): Update to 2.9.2. Looks good, but this is probably for core-updates, since it will entail recompiling at least 1/3 of our packages (as estimated by 'guix refresh -l'), and possibly much more since gtk+ depends on libxml2 and is an implicit input to p

Re: Is it possible add 'Guix package manager without "make install"' to guix doc?

2015-05-30 Thread Mathieu Lirzin
l...@gnu.org (Ludovic Courtès) writes: > Mathieu Lirzin skribis: >> >> This statement should definitely complement the documentation in HACKING. > > Where/how would you suggest adding it? When reacting, I didn't realize that most of your statement is actually documented in the recent "Running Gu

[PATCH 2/2] gnu: libxml2: Build python bindings separately.

2015-05-30 Thread 宋文武
* gnu/packages/xml.scm (libxml2)[native-inputs]: Remove python. [arguments]: Remove. (python-libxml2, python2-libxml): New variables. --- gnu/packages/xml.scm | 53 ++-- 1 file changed, 31 insertions(+), 22 deletions(-) diff --git a/gnu/packages

[PATCH 1/2] gnu: libxml2: Update to 2.9.2.

2015-05-30 Thread 宋文武
* gnu/packages/xml.scm (libxml2): Update to 2.9.2. --- gnu/packages/xml.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm index 8a4d2fb..a4c81b2 100644 --- a/gnu/packages/xml.scm +++ b/gnu/packages/xml.scm @@ -2,6 +2,7 @@ ;;;