Re: CFP: GNU Hacker Meeting 2016

2016-06-29 Thread Efraim Flashner
On Wed, Jun 29, 2016 at 09:56:35PM +0200, Mathieu Lirzin wrote: > Hi, > > l...@gnu.org (Ludovic Courtès) writes: > > > Now is the time to register for the GNU Hackers Meeting! The more, the > > merrier! > > > > https://gnunet.org/ghm2016 > > https://www.gnu.org/ghm/upcoming.html > > > > I

Re: Bioconductor: Use SVN/git by default?

2016-06-29 Thread Ben Woodcroft
On 17/06/16 18:54, Ricardo Wurmus wrote: Hi Guix, Bioconductor makes me sad. Bioconductor is a repository of R packages for bioinformatics. They have a bit of a weird release model. There are releases of all of Bioconductor (current version is 3.3), but within releases R packages can be

Re: [PATCH v3] gnu: Add python-prompt-toolkit, python2-prompt-toolkit.

2016-06-29 Thread Leo Famulari
On Wed, Jun 29, 2016 at 11:30:33AM +0200, Danny Milosavljevic wrote: > On Wed, 29 Jun 2016 09:40:40 +0200 > Danny Milosavljevic wrote: > > > +(define-public python2-prompt-toolkit > > + (let ((base (package-with-python2 (strip-python2-variant > >

[PATCH] gnu: Add r-glmnet.

2016-06-29 Thread Ben Woodcroft
* gnu/packages/statistics.scm (r-glmnet): New variable. --- gnu/packages/statistics.scm | 26 ++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index f037392..732d874 100644 --- a/gnu/packages/statistics.scm +++

[no subject]

2016-06-29 Thread ng0
Just a heads up for patchworks: You currently have no option to change the firstname + lastname you select at signing up (and not an efficient way to see if this is a requirement (which it should not be in my opinion)). Having now a random name associated on the patchworks list with my

Re: [PATCH 0/2] Add emacs-emms-player-mpv.

2016-06-29 Thread Ricardo Wurmus
Ludovic Courtès writes: > Alex Kost skribis: > >> Ricardo Wurmus (2016-06-29 08:45 +0300) wrote: >> >>> Hi Guix, >>> >>> I think we need to rename the “emms” package to “emacs-emms”. (This is what >>> the first patch does.) Currently, the emacs-build-system

Re: CFP: GNU Hacker Meeting 2016

2016-06-29 Thread Mathieu Lirzin
Hi, l...@gnu.org (Ludovic Courtès) writes: > Now is the time to register for the GNU Hackers Meeting! The more, the > merrier! > > https://gnunet.org/ghm2016 > https://www.gnu.org/ghm/upcoming.html > > I think we can give a few talks/demos, such as a status update, an > overview of Guix, an

Re: [PATCH] gnu: Add bits.

2016-06-29 Thread Ricardo Wurmus
Leo Famulari writes: > On Wed, Jun 29, 2016 at 04:36:17PM +0200, Ricardo Wurmus wrote: >> * gnu/packages/bioinformatics.scm (bits): New variable. > >> + (arguments >> + `(#:tests? #f ;no tests included > > How about the tests described in the README? > >

Re: [PATCH] gnu: Add bits.

2016-06-29 Thread Leo Famulari
On Wed, Jun 29, 2016 at 04:36:17PM +0200, Ricardo Wurmus wrote: > * gnu/packages/bioinformatics.scm (bits): New variable. > + (arguments > + `(#:tests? #f ;no tests included How about the tests described in the README? https://github.com/arq5x/bits "Now, you can test both the

Re: Bioconductor: Use SVN/git by default?

2016-06-29 Thread Ricardo Wurmus
Ludovic Courtès writes: > Hi! > > Ricardo Wurmus skribis: > >> The lack of an archive is also a problem for reproducibility. You >> simply cannot download an archive for an obsolete package version. > > [...] > >> What do you think? I see no way

[PATCH 2/3] gnu: Add perl-guard.

2016-06-29 Thread Alex Sassmannshausen
* gnu/packages/perl.scm (perl-guard): New variable. --- gnu/packages/perl.scm | 26 ++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index 147424b..a11f036 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@

[PATCH 3/3] gnu: Add perl-ipc-system-simple.

2016-06-29 Thread Alex Sassmannshausen
* gnu/packages/perl.scm (perl-ipc-system-simple): New variable. --- gnu/packages/perl.scm | 27 +++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index a11f036..ea6e350 100644 --- a/gnu/packages/perl.scm +++

[PATCH 1/3] gnu: Add perl-file-zglob.

2016-06-29 Thread Alex Sassmannshausen
* gnu/packages/perl.scm (perl-file-zglob): New variable. --- gnu/packages/perl.scm | 23 +++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index 386155d..147424b 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@

[PATCH 0/3] Add miscelanious simple libraries.

2016-06-29 Thread Alex Sassmannshausen
Hello, Finally, for today, here 3 simple perl libraries that I also require for packaging bigger and better things :-) They all seemed simple enough, with no complications for `environment` or `lint`. perl-guard did not return a license with `import`. I checked the COPYING file, it just says

[PATCH] gnu: Add bits.

2016-06-29 Thread Ricardo Wurmus
* gnu/packages/bioinformatics.scm (bits): New variable. --- gnu/packages/bioinformatics.scm | 46 + 1 file changed, 46 insertions(+) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index a8144a9..11784ab 100644 ---

Re: Guix on a Dell XPS 13 DE - 9350

2016-06-29 Thread Ludovic Courtès
Jan Nieuwenhuizen skribis: > From 58427605c4b981669b50d953971596ae36f70530 Mon Sep 17 00:00:00 2001 > From: Jan Nieuwenhuizen > Date: Thu, 16 Jun 2016 23:58:45 +0200 > Subject: [PATCH 1/4] gnu: Add gptfdisk. > > * gnu/packages/disk.scm (gptfdisk): New variable.

Re: [PATCH] gnu: guile: Add "site-ccache" to the search path.

2016-06-29 Thread Andy Wingo
On Wed 29 Jun 2016 15:14, l...@gnu.org (Ludovic Courtès) writes: >> --- a/gnu/packages/guile.scm >> +++ b/gnu/packages/guile.scm >> @@ -180,6 +180,7 @@ without requiring the source code to be rewritten.") >>(search-path-specification >> (variable

[PATCH 2/3] gnu: Add perl-mixin-linewise.

2016-06-29 Thread Alex Sassmannshausen
* gnu/packages/perl.scm (perl-mixin-linewise): New variable. --- gnu/packages/perl.scm | 29 + 1 file changed, 29 insertions(+) diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index e02d71b..56aff3a 100644 --- a/gnu/packages/perl.scm +++

[PATCH 1/3] gnu: Add perl-perlio-utf8_strict.

2016-06-29 Thread Alex Sassmannshausen
* gnu/packages/perl.scm (perl-perlio-utf8_strict): New variable. --- gnu/packages/perl.scm | 25 + 1 file changed, 25 insertions(+) diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index 386155d..e02d71b 100644 --- a/gnu/packages/perl.scm +++

[PATCH 3/3] gnu: Add perl-config-ini.

2016-06-29 Thread Alex Sassmannshausen
* gnu/packages/perl.scm (perl-config-ini): New variable. --- gnu/packages/perl.scm | 26 ++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index 56aff3a..183ed06 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@

[PATCH 0/3] gnu: Add perl-config-ini.

2016-06-29 Thread Alex Sassmannshausen
Hi, These patches add perl-config-ini and it's dependencies. I had to add perl-perlio-utf8_strict and perl-sub-exporter to perl-config-ini's inputs (above what the importer defined) to allow it to build in a fully isolated environment. Feedback welcome! Best wishes, Alex Alex Sassmannshausen

[PATCH] gnu: perl-text-diff: Update perl-text-diff.

2016-06-29 Thread Alex Sassmannshausen
* gnu/packages/perl.scm (perl-text-diff): Correct URL, update to 1.44. --- gnu/packages/perl.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index 386155d..926631d 100644 --- a/gnu/packages/perl.scm +++

[PATCH 1/2] gnu: Add perl-test-class.

2016-06-29 Thread Alex Sassmannshausen
* gnu/packages/perl.scm (perl-test-class): New variable. --- gnu/packages/perl.scm | 32 1 file changed, 32 insertions(+) diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index 386155d..2bd2beb 100644 --- a/gnu/packages/perl.scm +++

[PATCH 0/2] gnu: Add perl-test-class.

2016-06-29 Thread Alex Sassmannshausen
These patches add some of the simpler additional test modules for Perl. Lint passes straight from import; had to add some additional dependencies to make guix environment --pure --container --ad-hoc perl-test-class-most build. Ta, Alex Alex Sassmannshausen (2): gnu: Add perl-test-class.

[PATCH 2/2] gnu: Add perl-test-class-most.

2016-06-29 Thread Alex Sassmannshausen
* gnu/packages/perl.scm (perl-test-class-most): New variable. --- gnu/packages/perl.scm | 30 ++ 1 file changed, 30 insertions(+) diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index 2bd2beb..4846e76 100644 --- a/gnu/packages/perl.scm +++

[PATCH] gnu: perl-text-diff: Update perl-text-diff.

2016-06-29 Thread Alex Sassmannshausen
Hello, This patch updates perl-text-diff. The URL had to be changed as it seems it has a new maintainer. I'm working out my tooling for a largish number of patches I'm about to send, so please let me know if there is anything I can do to make handling my patches easier. Best wishes, Alex

[PATCH] gnu: perl-text-diff: Update perl-text-diff.

2016-06-29 Thread Alex Sassmannshausen
Hello, This patch updates perl-text-diff. The URL had to be changed as it seems it has a new maintainer. I'm working out my tooling for a largish number of patches I'm about to send, so please let me know if there is anything I can do to make handling my patches easier. As part of this process

[PATCH] gnu: perl-text-diff: Update perl-text-diff.

2016-06-29 Thread Alex Sassmannshausen
* gnu/packages/perl.scm (perl-text-diff): Correct URL, update to 1.44. --- gnu/packages/perl.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index 386155d..926631d 100644 --- a/gnu/packages/perl.scm +++

Re: [PATCH] gnu: guile: Add "site-ccache" to the search path.

2016-06-29 Thread Ludovic Courtès
Alex Kost skribis: > Add "site-ccache" since it's a directory where .go files of guile > packages should go (for example, 'guile-ssh' installs *.go there). Indeed. > I suppose this patch should go to 'core-updates-next', right? Yes. > From

Re: [PATCH 0/2] Add emacs-emms-player-mpv.

2016-06-29 Thread Ludovic Courtès
Alex Kost skribis: > Ricardo Wurmus (2016-06-29 08:45 +0300) wrote: > >> Hi Guix, >> >> I think we need to rename the “emms” package to “emacs-emms”. (This is what >> the first patch does.) Currently, the emacs-build-system will only add to >> the >> Emacs “load-path” the

Re: Tor Browser

2016-06-29 Thread ng0
Ludovic Courtès writes: > Hi! > > ng0 skribis: > >> What it does is the following: >> >> A shallow checkout of https://git.torproject.org/tor-browser.git >> which is usually pinned to a tag specified in the gitian build >> repository of torproject for tor-browser, >>

Re: [PATCH] download: Use basic authentication when userinfo is present in URI.

2016-06-29 Thread Ludovic Courtès
David Thompson skribis: > From: David Thompson > > * guix/download.scm (url-fetch): Include (guix base64) module on the > build-side. > * guix/build/download.scm (http-fetch): Add "Authorization" header when > userinfo is present in the URI. LGTM,

Re: WIP: neomutt. segfaulting outside of gdb, functional inside.

2016-06-29 Thread Florian Paul Schmidt
On 27.06.2016 09:58, Ricardo Wurmus wrote: ng0 writes: In gnu/packages/mail.scm I created this package. It builds succesfully, but when I run it, it segfaults. Running it in gdb however makes it succeed and not segfault. How do I debug such a software? Have you

Re: [PATCH v3] gnu: Add python-prompt-toolkit, python2-prompt-toolkit.

2016-06-29 Thread Danny Milosavljevic
On Wed, 29 Jun 2016 09:40:40 +0200 Danny Milosavljevic wrote: > +(define-public python2-prompt-toolkit > + (let ((base (package-with-python2 (strip-python2-variant > python-prompt-toolkit > +(package > + (inherit base) > + (native-inputs > +

Re: [PATCH 0/2] Add emacs-emms-player-mpv.

2016-06-29 Thread Alex Kost
Ricardo Wurmus (2016-06-29 08:45 +0300) wrote: > Hi Guix, > > I think we need to rename the “emms” package to “emacs-emms”. (This is what > the first patch does.) Currently, the emacs-build-system will only add to the > Emacs “load-path” the “site-lisp” directories of packages that start with >

[PATCH] gnu: guile: Add "site-ccache" to the search path.

2016-06-29 Thread Alex Kost
Add "site-ccache" since it's a directory where .go files of guile packages should go (for example, 'guile-ssh' installs *.go there). I suppose this patch should go to 'core-updates-next', right? >From 489a54be23753f61fa9c3a318d411eb48fb75bf6 Mon Sep 17 00:00:00 2001 From: Alex Kost

[PATCH v3] gnu: Add python-prompt-toolkit, python2-prompt-toolkit.

2016-06-29 Thread Danny Milosavljevic
* gnu/packages/python.scm (python-prompt-toolkit, python2-prompt-toolkit): New variables. Signed-off-by: Danny Milosavljevic --- gnu/packages/python.scm | 38 ++ 1 file changed, 38 insertions(+) diff --git a/gnu/packages/python.scm