Re: Four thousand!

2016-09-19 Thread ng0
Ludovic Courtès writes: > Christopher Allan Webber skribis: > >> Ludovic Courtès writes: >> >>> Hello Guix! >>> >>> I wonder which one was the 4,000th, but we made it: >>> >>> --8<---cut here---start->8--- >>> $

Re: [PATCH] gnu: boost: Update to 1.61.0.

2016-09-19 Thread Ricardo Wurmus
Roel Janssen writes: > Roel Janssen writes: > >> Dear Guix, >> >> I don't know what the impact of the following upgrade is, but I think it >> would be good to update Boost to the latest stable version that was >> released on May 13th, 2016. >> >> What do you think? >> >> Kind

Re: [PATCH] gnu: Add qscintilla.

2016-09-19 Thread Ricardo Wurmus
Kei Kebreau writes: > (how do I inherit a package from another module?) Just like inheriting from any other package: you declare that the module containing the package variable be used, and then inherit from the package variable. ~~ Ricardo

Re: [PATCH 1/2] gnu: gnunet: Add inputs.

2016-09-19 Thread Ricardo Wurmus
ng0 writes: > * gnu/packages/gnunet.scm (gnunet)[inputs]: Add inputs > zlib, perl, jansson, ncurses, nss, gmp, bluez, glib, libogg. > (gnunet)[native-inputs]: Move python-2 from here ... > to (gnunet)[inputs]. Have you checked that the resulting build artifacts

Re: Install FAQ: Only build the non-deterministic packages?

2016-09-19 Thread ng0
Leo Famulari writes: > [ Unknown signature status ] > On Fri, Sep 16, 2016 at 07:11:00PM +0200, carlo von lynX wrote: >> Hello everyone! > > Hi, welcome! > >> Some questions I couldn't resolve from manuals and searches: > > It's always good to hear this kind of question! > >>

Re: [PATCH 7/7] gnu: Add r-bioccheck.

2016-09-19 Thread Ricardo Wurmus
Roel Janssen writes: > * gnu/packages/bioinformatics.scm (r-bioccheck): New variable. > --- > gnu/packages/bioinformatics.scm | 29 + > 1 file changed, 29 insertions(+) > > diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm

[PATCH 2/2] gnu: wm: Add quickswitch-i3.

2016-09-19 Thread Ivan Vilata i Balaguer
Thanks to Brendan Tildesley, Leo Famulari and Hartmut Goebel for testing and advice. * gnu/packages/wm.scm (quickswitch-i3): New variable. --- .../patches/quickswitch-fix-dmenu-check.patch | 26 gnu/packages/wm.scm| 46 ++ 2

Re: [PATCH 2/7] gnu: Add r-rbgl.

2016-09-19 Thread Roel Janssen
Ricardo Wurmus writes: > Roel Janssen writes: > >>> Okay. I’ll make the change before pushing. >> >> If you want I can do the modifications as well and push. Saves you some >> valuable time :) > > Yes, that would be best. I forgot that you already have push access! :) Great,

Re: [PATCH 2/7] gnu: Add r-rbgl.

2016-09-19 Thread Ricardo Wurmus
Roel Janssen writes: > Ricardo Wurmus writes: > >> Roel Janssen writes: >> >>> * gnu/packages/bioinformatics.scm (r-rbgl): New variable. >>> --- >>> gnu/packages/bioinformatics.scm | 24 >>> 1 file changed, 24 insertions(+) >>> >>> diff

[PATCH 0/2] Add quickswitch for i3 (second try)

2016-09-19 Thread Ivan Vilata i Balaguer
Hi, this is my second try at packaging [quickswitch for i3][]. This time I've added both ``python-i3-py`` and ``quickswitch-i3`` to ``wm.scm`` instead of ``python.scm``, since their only use is for the i3 window manager. I've also added readme files for both packages. Regarding naming, since

[PATCH 1/2] gnu: wm: Add python-i3-py.

2016-09-19 Thread Ivan Vilata i Balaguer
Thanks to Brendan Tildesley, Leo Famulari and Hartmut Goebel for testing and advice. * gnu/packages/wm.scm (python-i3-py, python2-i3-py): New variables. --- gnu/packages/wm.scm | 44 1 file changed, 44 insertions(+) diff --git a/gnu/packages/wm.scm

Re: [PATCH 2/7] gnu: Add r-rbgl.

2016-09-19 Thread Ricardo Wurmus
Roel Janssen writes: >> Okay. I’ll make the change before pushing. > > If you want I can do the modifications as well and push. Saves you some > valuable time :) Yes, that would be best. I forgot that you already have push access! :) >> I didn’t try to swap out the sources.

Re: [PATCH 5/7] gnu: Add r-optparse.

2016-09-19 Thread Ricardo Wurmus
That’s also one I’ve packaged but forgot to send to the ML :) > +(define-public r-optparse > + (package > +(name "r-optparse") > +(version "1.3.2") > +(source > + (origin > + (method url-fetch) > + (uri (cran-uri "optparse" version)) > + (sha256 > +

Re: [PATCH 4/7] gnu: Add r-biocstyle.

2016-09-19 Thread Ricardo Wurmus
Roel Janssen writes: > * gnu/packages/bioinformatics.scm (r-biocstyle): New variable. LGTM!

Re: [PATCH] gnu: Add qscintilla.

2016-09-19 Thread Kei Kebreau
Efraim Flashner writes: > On Sun, Sep 18, 2016 at 04:56:34PM -0400, Leo Famulari wrote: >> On Sun, Sep 18, 2016 at 04:10:15PM -0400, Kei Kebreau wrote: >> > Andreas Enge writes: >> > > On Tue, Sep 13, 2016 at 04:37:35PM -0400, Kei Kebreau wrote: >> > >>

Re: Four thousand!

2016-09-19 Thread ng0
Ludovic Courtès writes: > Christopher Allan Webber skribis: > >> Ludovic Courtès writes: >> >>> Hello Guix! >>> >>> I wonder which one was the 4,000th, but we made it: >>> >>> --8<---cut here---start->8--- >>> $

Re: [PATCH 2/7] gnu: Add r-rbgl.

2016-09-19 Thread Roel Janssen
Ricardo Wurmus writes: > Roel Janssen writes: > >> Ricardo Wurmus writes: >> >>> Roel Janssen writes: >>> * gnu/packages/bioinformatics.scm (r-rbgl): New variable. --- gnu/packages/bioinformatics.scm | 24 1 file

Re: [PATCH 6/7] gnu: Add r-getopt. * gnu/packages/bioinformatics.scm (r-getopt): New variable. --- gnu/packages/bioinformatics.scm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+)

2016-09-19 Thread Ricardo Wurmus
There seems to be something wrong with the summary. Did you forget to leave the second line empty? > diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm > index af32d66..902d1d2 100644 > --- a/gnu/packages/bioinformatics.scm > +++ b/gnu/packages/bioinformatics.scm >

Re: [PATCH 3/7] gnu: Add r-biocviews.

2016-09-19 Thread Ricardo Wurmus
Roel Janssen writes: > * gnu/packages/bioinformatics.scm (r-biocviews): New variable. > --- > gnu/packages/bioinformatics.scm | 28 > 1 file changed, 28 insertions(+) > > diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm >

Re: [PATCH 0/1] gnupg@2.1.13: Fix expired test

2016-09-19 Thread Ricardo Wurmus
Leo Famulari writes: > GnuPG's 'tofu.test' had a hard-coded expiration date of 2016-09-17. This > patch backports the upstream fix. > > https://bugs.gnupg.org/gnupg/issue2393 >

Re: e2fsprogs update

2016-09-19 Thread ng0
Leo Famulari writes: > On Sun, Sep 18, 2016 at 11:07:34PM +, ng0 wrote: >> Hi, >> >> why don't we package e2fsprogs-libs? I tried to update it, which fails >> with a file which apparently got renamed and/or moved into -libs. >> Is there any reason why e2fsprogs-libs was

Re: [Patch 1/10] Add pjproject.

2016-09-19 Thread Ricardo Wurmus
Hi Lukas, thanks for the patches! > From d6a6a5ded95071a58a160a435ccf56d6828148b0 Mon Sep 17 00:00:00 2001 > From: Lukas Gradl > Date: Wed, 20 Jul 2016 21:26:32 -0500 > Subject: [PATCH 01/10] gnu: Add pjproject > * gnu/packages/telephony.scm (pjproject-sfl): New

Re: e2fsprogs update

2016-09-19 Thread ng0
Leo Famulari writes: > On Sun, Sep 18, 2016 at 11:07:34PM +, ng0 wrote: >> Hi, >> > Can you share the work-in-progress patch that causes the problem for > you? >From eb2b11a1bc053335bbb7f9142171c53e813c8896 Mon Sep 17 00:00:00 2001 From: ng0

Re: Python: inputs vs. propagated inputs

2016-09-19 Thread Ricardo Wurmus
Hartmut Goebel writes: > Hi, > > I still do not get whether python packages required at run-time need to > be inputs or propagated inputs. > > The part about inputs, native-inputs and propagated-inputs in section > "package Reference" explicitly states Python as an

Re: [PATCH 1/2] gnu: gnunet: Add inputs.

2016-09-19 Thread ng0
ng0 writes: > * gnu/packages/gnunet.scm (gnunet)[inputs]: Add inputs > zlib, perl, jansson, ncurses, nss, gmp, bluez, glib, libogg. > (gnunet)[native-inputs]: Move python-2 from here ... > to (gnunet)[inputs]. > --- > gnu/packages/gnunet.scm | 24

Re: [PATCH 1/2] gnu: gnunet: Add inputs.

2016-09-19 Thread ng0
Ricardo Wurmus writes: > ng0 writes: > >>> GNUnet doesn’t encode/decode ogg audio files, does it? >> >> It has this telephony feature (gnunet-conversation, despite the README >> it no longer is experimental) and gnunet-helper-audio-record-gst >>

Re: [PATCH 02/12] import: utils: Symbols from 'license->symbol' have a license: prefix.

2016-09-19 Thread Ludovic Courtès
Hello! Eric Bavier skribis: > My suggestion would be to move those procedures back into (guix import > pypi). I don't think they are as generic as their inclusion in (guix > import utils) might suggest. The strings they accept are specific to > pypi. I’m late, but

Re: [PATCH 1/2] gnu: gnunet: Add inputs.

2016-09-19 Thread ng0
Ricardo Wurmus writes: > ng0 writes: > >>> Is adding “bluez” and “libogg” really needed? They seem a little >>> unusual for networking software. >> >> It is not just networking software. >> It's been to long since I found out all these

Re: [PATCH 1/2] gnu: gnunet: Add inputs.

2016-09-19 Thread Ricardo Wurmus
ng0 writes: >> GNUnet doesn’t encode/decode ogg audio files, does it? > > It has this telephony feature (gnunet-conversation, despite the README > it no longer is experimental) and gnunet-helper-audio-record-gst > references ogg. >

Re: [PATCH 1/2] gnu: gnunet: Add inputs.

2016-09-19 Thread ng0
Removed ncurses, added some descriptions to the dependencies. >From 78a682020a3a9ec6fa55720f1eff54ca0fd2d1b5 Mon Sep 17 00:00:00 2001 From: ng0 Date: Fri, 16 Sep 2016 13:28:01 + Subject: [PATCH 1/2] gnu: gnunet: Add inputs. * gnu/packages/gnunet.scm

Re: [PATCH 1/2] gnu: add python-django.

2016-09-19 Thread Hartmut Goebel
Am 19.09.2016 um 16:42 schrieb Ludovic Courtès: > Thanks and apologies again for the mess! > Never mind. This can happen. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

Re: [PATCH 1/2] gnu: gnunet: Add inputs.

2016-09-19 Thread ng0
Hartmut Goebel writes: > [ Unknown signature status ] > Am 19.09.2016 um 17:21 schrieb Ricardo Wurmus: >> Ah, thanks. This makes sense. I wonder if it were possible to split >> the applications. Not now but in the future. Would be nice to be able >> install these

Re: [PATCH 2/2] gnu: gnunet-gtk: Add gsettings-desktop-schemas to inputs.

2016-09-19 Thread ng0
Ricardo Wurmus writes: > ng0 writes: > >> * gnu/packages/gnunet.scm (gnunet-gtk)[inputs]: Add >> gsettings-desktop-schemas. >> --- >> gnu/packages/gnunet.scm | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/gnu/packages/gnunet.scm

Re: [PATCH 1/2] gnu: gnunet: Add inputs.

2016-09-19 Thread Hartmut Goebel
Am 19.09.2016 um 17:21 schrieb Ricardo Wurmus: > Ah, thanks. This makes sense. I wonder if it were possible to split > the applications. Not now but in the future. Would be nice to be able > install these things separately. I'm afraid this would require larger changes to gnunet - which I do

Re: [Patch 1/10] Add pjproject.

2016-09-19 Thread Lukas Gradl
Hi Ricardo! Thank you for your review! Ricardo Wurmus writes: >> From d6a6a5ded95071a58a160a435ccf56d6828148b0 Mon Sep 17 00:00:00 2001 >> From: Lukas Gradl >> Date: Wed, 20 Jul 2016 21:26:32 -0500 >> Subject: [PATCH 01/10] gnu: Add pjproject > >>

[PATCH 0/2] Perl: Enable threading support.

2016-09-19 Thread Ben Woodcroft
Hi, I found that our Perl was giving "Error: This Perl not built to support threads" when trying to use threads. I added '-Dusethreads' to the configure phase, but had to copy across the old configure phase to the inheriting 'perl-boot0' where we cannot use threads as pthreads is apparently

[PATCH 2/2] gnu: perl: Enable threading support.

2016-09-19 Thread Ben Woodcroft
* gnu/packages/perl.scm (perl)[arguments]: Enable threading support. * gnu/packages/commencement.scm (perl-boot0): Do not inherit 'configure' phase from perl. --- gnu/packages/commencement.scm | 57 +-- gnu/packages/perl.scm | 4 +++ 2 files

[PATCH 1/2] gnu: perl: Split configure phase.

2016-09-19 Thread Ben Woodcroft
* gnu/packages/perl.scm (perl)[arguments]: Split 'configure' phase into 'setup-configure' and 'configure' phases. --- gnu/packages/perl.scm | 24 +--- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index

Ruby / OpenSSL security issue

2016-09-19 Thread Leo Famulari
Ruby users, There is a bug report on Ruby's OpenSSL module regarding IV re-use in AES-GCM mode [0]. Does anyone volunteer to investigate the bug report and decide what to do about it for our Ruby package? [0] http://seclists.org/oss-sec/2016/q3/562 https://github.com/ruby/openssl/issues/49

Re: Ruby / OpenSSL security issue

2016-09-19 Thread Ben Woodcroft
On 20/09/16 12:06, Leo Famulari wrote: Ruby users, There is a bug report on Ruby's OpenSSL module regarding IV re-use in AES-GCM mode [0]. Does anyone volunteer to investigate the bug report and decide what to do about it for our Ruby package? Thanks for the report Leo. I don't think much

Re: [PATCH 1/2] gnu: gnunet: Add inputs.

2016-09-19 Thread ng0
Ricardo Wurmus writes: > ng0 writes: > >> * gnu/packages/gnunet.scm (gnunet)[inputs]: Add inputs >> zlib, perl, jansson, ncurses, nss, gmp, bluez, glib, libogg. >> (gnunet)[native-inputs]: Move python-2 from here ... >> to (gnunet)[inputs]. > >

Re: [PATCH 1/2] gnu: gnunet: Add inputs.

2016-09-19 Thread Ricardo Wurmus
ng0 writes: >> Is adding “bluez” and “libogg” really needed? They seem a little >> unusual for networking software. > > It is not just networking software. > It's been to long since I found out all these dependencies, I just > decided to add them to guix master now.

Re: [PATCH 1/2] gnu: add python-django.

2016-09-19 Thread Ludovic Courtès
Hartmut Goebel skribis: > From d945e207eeb6b6bf61019a18bdaf3397883f5cb3 Mon Sep 17 00:00:00 2001 > From: Hartmut Goebel > Date: Thu, 15 Sep 2016 22:07:29 +0200 > Subject: [PATCH] gnu: python-django, python2-django: Fix propagated- and

Re: [PATCH] gnu: Add qscintilla.

2016-09-19 Thread Kei Kebreau
Ricardo Wurmus writes: > Kei Kebreau writes: > >> (how do I inherit a package from another module?) > > Just like inheriting from any other package: you declare that the module > containing the package variable be used, and then inherit from the >

Customizing /etc

2016-09-19 Thread Ludovic Courtès
Alex Kost skribis: > Ludovic Courtès (2016-09-14 16:58 +0200) wrote: > >> Hello, >> >> csanchez...@gmail.com (Carlos Sánchez de La Lama) skribis: >> >>> I have an interesting case here. I have guile installed in my system >>> profile, so that >>> >>>

Re: [PATCH 2/2] gnu: gnunet-gtk: Add gsettings-desktop-schemas to inputs.

2016-09-19 Thread Ricardo Wurmus
ng0 writes: > * gnu/packages/gnunet.scm (gnunet-gtk)[inputs]: Add gsettings-desktop-schemas. > --- > gnu/packages/gnunet.scm | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm > index e4fd95e..a75d1ad 100644 >

Re: [PATCH] gnu: Add qscintilla.

2016-09-19 Thread Andreas Enge
On Mon, Sep 19, 2016 at 09:18:45AM -0400, Kei Kebreau wrote: > To get this right: qscintilla will be defined publicly in qt.scm, > qscintilla-qt4 will be defined privately in maths.scm (how do I inherit > a package from another module?), and Octave will include qscintilla-qt4 > and qt-4 as inputs.

[PATCH] gnu: fish: Add input bc.

2016-09-19 Thread Arun Isaac
* gnu/packages/shells.scm (fish)[inputs]: Add bc. --- gnu/packages/shells.scm | 15 +-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/gnu/packages/shells.scm b/gnu/packages/shells.scm index 183ef7f..bc43468 100644 --- a/gnu/packages/shells.scm +++

Re: [PATCH 0/1] gnupg@2.1.13: Fix expired test

2016-09-19 Thread Leo Famulari
On Mon, Sep 19, 2016 at 09:28:00AM +0200, Ricardo Wurmus wrote: > > Leo Famulari (1): > > gnu: gnupg: Fix test failure. > > > > gnu/local.mk | 1 + > > gnu/packages/gnupg.scm| 1 + > >

[PATCH] perl-io-socket-ssl-2.038

2016-09-19 Thread ng0
>From b0c42ee26e17f4ce1d113006caeadf69e43c0fed Mon Sep 17 00:00:00 2001 From: ng0 Date: Mon, 19 Sep 2016 18:30:34 + Subject: [PATCH] gnu: perl-io-socket-ssl: Update to 2.038. * gnu/packages/web.scm (perl-io-socket-ssl): Update to 2.038. --- gnu/packages/web.scm |

Re: [PATCH]: opensmtpd, opensmtpd-extras, libasr.

2016-09-19 Thread ng0
Hi, can I get some feedback on my questions about the databases? Thanks. ng0 writes: > [ Unknown signature status ] > > Hi, > > Eric Bavier writes: > >> On Thu, 08 Sep 2016 11:15:37 + >> ng0 wrote: >> >>> From

Re: [Patch 4/10] argon2: Install pkg-config file.

2016-09-19 Thread Danny Milosavljevic
Hi Lukas, I thought about it some more. On Sun, 18 Sep 2016 16:43:03 -0500 Lukas Gradl wrote: > + (and > +(install-file "argon2" (string-append out "/bin")) > +(install-file "libargon2.a" (string-append out "/lib")) > +

PATCH for bug#24433

2016-09-19 Thread Arun Isaac
This is the fix for bug#24433. I'm not sure if I should be sending this to this list. I already sent it to 24...@debbugs.gnu.org, but I was wondering if it was somehow missed. Thanks, Arun Isaac.

Re: [PATCH 2/2] gnu: python: Add i3-quickswitch.

2016-09-19 Thread Leo Famulari
On Mon, Sep 19, 2016 at 11:24:02AM +0200, Ivan Vilata i Balaguer wrote: > Thanks Leo and Brendan for your comments, I'm writing new versions of > the packages following your suggestions, unfortunately I found out that > ``quickswitch.py`` makes use of the Debian-specific ``which`` tool, so > I'm

Re: [PATCH 2/2] gnu: python: Add i3-quickswitch.

2016-09-19 Thread Leo Famulari
On Mon, Sep 19, 2016 at 11:28:09AM +0200, Ivan Vilata i Balaguer wrote: > Ivan Vilata i Balaguer (2016-09-19 11:24:02 +0200) wrote: > > > Thanks Leo and Brendan for your comments, I'm writing new versions of > > the packages following your suggestions, unfortunately I found out > > that

Re: [PATCH 2/2] gnu: python: Add i3-quickswitch.

2016-09-19 Thread Leo Famulari
On Mon, Sep 19, 2016 at 08:20:26PM +1000, Brendan Tildesley wrote: > I'm not a fan of "quickswitch-for-i3" and "python-i3-py". Perhaps a > better solution is to ensure "i3-py" in the description or synopsis so > that `guix package -s' finds it. As for quickswitch, isn't the upstream > name also

Re: Install FAQ: Only build the non-deterministic packages?

2016-09-19 Thread Leo Famulari
On Mon, Sep 19, 2016 at 11:06:40AM +, ng0 wrote: > Leo Famulari writes: > > Basically, we need someone to be a reproducibility champion in Guix! We > > have all the tools to test reproducibility, but somebody needs to > > implement a system to actually perform the tests

Re: [PATCH] gnu: Add qscintilla.

2016-09-19 Thread Kei Kebreau
Leo Famulari writes: > On Mon, Sep 19, 2016 at 10:47:56AM -0400, Kei Kebreau wrote: >> Using >> >> #:use-module (gnu packages qt) >> >> and >> >> (define qscintilla-qt4 >> (package >> (inherit qscintilla) >> ...)) >> >> gives me an unbound variable

Re: [PATCH] gnu: boost: Update to 1.61.0.

2016-09-19 Thread Efraim Flashner
On Mon, Sep 19, 2016 at 12:11:57PM +0200, Roel Janssen wrote: > Roel Janssen writes: > > > Dear Guix, > > > > I don't know what the impact of the following upgrade is, but I think it > > would be good to update Boost to the latest stable version that was > > released on May 13th, 2016. > > > >

[PATCH] gnu: racket: Update to 6.6.

2016-09-19 Thread ng0
From 9dcf879867c332250bad22ab289395a2fd0d1a1a Mon Sep 17 00:00:00 2001 From: ng0 Date: Mon, 19 Sep 2016 08:50:01 + Subject: [PATCH] gnu: racket: Update to 6.6 * gnu/packages/scheme.scm (racket): Update to 6.6. --- gnu/packages/scheme.scm | 4 ++-- 1 file changed,

Re: [PATCH] gnu: racket: Update to 6.6.

2016-09-19 Thread ng0
Forgot to add my name to the header. From 9fe189f65e9ef8f0787920b92ffb074a615f5a8e Mon Sep 17 00:00:00 2001 From: ng0 Date: Mon, 19 Sep 2016 08:50:01 + Subject: [PATCH] gnu: racket: Update to 6.6 * gnu/packages/scheme.scm (racket): Update to 6.6. ---

[PATCH] gnu: boost: Update to 1.61.0.

2016-09-19 Thread Roel Janssen
Dear Guix, I don't know what the impact of the following upgrade is, but I think it would be good to update Boost to the latest stable version that was released on May 13th, 2016. What do you think? Kind regards, Roel Janssen >From a6409b0648352cac86a3ceb205ee183c034085f5 Mon Sep 17 00:00:00

Re: [PATCH] gnu: Add qscintilla.

2016-09-19 Thread Leo Famulari
On Mon, Sep 19, 2016 at 05:45:35PM -0400, Kei Kebreau wrote: > * gnu/packages/qt.scm (qscintilla): New variable. > + (uri (string-append > "mirror://sourceforge/QScintilla2/QScintilla-" > + version "/QScintilla_gpl-" version > ".tar.gz")) This URI

[PATCH] gnu: Add nickle.

2016-09-19 Thread ng0
Description could be improved maybe. From 47bb1e42fac4504e207f45f8906fa2f76dc76312 Mon Sep 17 00:00:00 2001 From: ng0 Date: Mon, 19 Sep 2016 18:10:15 + Subject: [PATCH] gnu: Add nickle. * gnu/local.mk: Include gnu/packages/nickle.scm . * gnu/packages/nickle.scm:

Re: [PATCH] gnu: Add qscintilla.

2016-09-19 Thread Leo Famulari
On Mon, Sep 19, 2016 at 10:47:56AM -0400, Kei Kebreau wrote: > Using > > #:use-module (gnu packages qt) > > and > > (define qscintilla-qt4 > (package > (inherit qscintilla) > ...)) > > gives me an unbound variable error. Any idea what's going wrong here? Can you send the

Re: [PATCH] Update emacs-org

2016-09-19 Thread Efraim Flashner
On Sun, Sep 18, 2016 at 10:53:07PM +0200, Nicolas Goaziou wrote: > Hello, > > Here is an update for Emacs Org mode. > > Regards, > > -- > Nicolas Goaziou0x80A93738 > From 140de22b80815125bb14517c0060882c0d88c061 Mon Sep 17 00:00:00 2001 > From:

Re: [PATCH] gnu: boost: Update to 1.61.0.

2016-09-19 Thread Eric Bavier
On 2016-09-19 05:11, Roel Janssen wrote: Roel Janssen writes: Dear Guix, I don't know what the impact of the following upgrade is, but I think it would be good to update Boost to the latest stable version that was released on May 13th, 2016. What do you think? Kind regards, Roel Janssen

Re: [PATCH 2/2] gnu: python: Add i3-quickswitch.

2016-09-19 Thread Ivan Vilata i Balaguer
Leo Famulari (2016-09-16 01:46:37 -0400) wrote: > On Wed, Sep 14, 2016 at 11:17:24AM +0200, Ivan Vilata i Balaguer wrote: > > Subject: [PATCH 2/2] gnu: python: Add i3-quickswitch. > > > > * gnu/packages/python.scm (i3-quickswitch): New variable. > > Cool, this works :) > > > +(define-public

Re: [PATCH 2/2] gnu: python: Add i3-quickswitch.

2016-09-19 Thread Ivan Vilata i Balaguer
Ivan Vilata i Balaguer (2016-09-19 11:24:02 +0200) wrote: > Thanks Leo and Brendan for your comments, I'm writing new versions of > the packages following your suggestions, unfortunately I found out > that ``quickswitch.py`` makes use of the Debian-specific ``which`` > tool, so I'm also working

Re: [PATCH] gnu: racket: Update to 6.6.

2016-09-19 Thread Ricardo Wurmus
Pushed to master as c2c84add5434d9308b77e2f1d225bf31cdce3070. Thanks! ~~ Ricardo

Re: [PATCH 2/7] gnu: Add r-rbgl.

2016-09-19 Thread Ricardo Wurmus
Roel Janssen writes: > * gnu/packages/bioinformatics.scm (r-rbgl): New variable. > --- > gnu/packages/bioinformatics.scm | 24 > 1 file changed, 24 insertions(+) > > diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm > index

Re: [PATCH 2/2] gnu: python: Add i3-quickswitch.

2016-09-19 Thread Brendan Tildesley
Leo Famulari 於 2016-09-16 15:46 寫道: > On Wed, Sep 14, 2016 at 11:17:24AM +0200, Ivan Vilata i Balaguer wrote: >> Subject: [PATCH 2/2] gnu: python: Add i3-quickswitch. >> >> * gnu/packages/python.scm (i3-quickswitch): New variable. > Cool, this works :) > >> +(define-public i3-quickswitch >> +

Re: [PATCH] gnu: boost: Update to 1.61.0.

2016-09-19 Thread Roel Janssen
Roel Janssen writes: > Dear Guix, > > I don't know what the impact of the following upgrade is, but I think it > would be good to update Boost to the latest stable version that was > released on May 13th, 2016. > > What do you think? > > Kind regards, > Roel Janssen > >>From

Re: [PATCH 2/7] gnu: Add r-rbgl.

2016-09-19 Thread Roel Janssen
Ricardo Wurmus writes: > Roel Janssen writes: > >> * gnu/packages/bioinformatics.scm (r-rbgl): New variable. >> --- >> gnu/packages/bioinformatics.scm | 24 >> 1 file changed, 24 insertions(+) >> >> diff --git a/gnu/packages/bioinformatics.scm >>