Re: [PATCH 3/3] gnu: Duplicity: Update to 0.7.10

2016-09-21 Thread Brendan Tildesley
Eric Bavier 於 2016-09-21 05:25 寫道: > [...] > Let's leave out the nnecessary whitespace changes. > > Could you send an updated patch? > Thanks, > `~Eric Ok, I remade it all to look like I didn't just rewrite everything from scratch, and added the incorrect indentation back in. Seems odd to prefer k

Re: [PATCH] gnu: Add nickle.

2016-09-21 Thread Leo Famulari
On Mon, Sep 19, 2016 at 06:15:13PM +, ng0 wrote: > * gnu/local.mk: Include gnu/packages/nickle.scm . > * gnu/packages/nickle.scm: Add new file. > * gnu packages/nickle.scm (nickle): New variable. > +(native-inputs > + `(("automake" ,automake) > + ("autoconf" ,autoconf) > +

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

2016-09-21 Thread Leo Famulari
On Mon, Sep 19, 2016 at 06:32:01PM +, ng0 wrote: > 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

[PATCH v2 1/2] gnu: Add sqlcipher.

2016-09-21 Thread Andy Patterson
* gnu/packages/database.scm (sqlcipher): New variable. --- gnu/packages/databases.scm | 53 ++ 1 file changed, 53 insertions(+) diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index 4f345e2..3e25d47 100644 --- a/gnu/packages/databas

[PATCH v2 2/2] gnu: Add qtox.

2016-09-21 Thread Andy Patterson
* gnu/packages/messaging.scm (qtox): New variable. --- gnu/packages/messaging.scm | 54 ++ 1 file changed, 54 insertions(+) diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index 2b0ffee..9bdcfef 100644 --- a/gnu/packages/messaging.s

[PATCH v2 0/2] Add qtox.

2016-09-21 Thread Andy Patterson
Here's the updated patch set, which improves the license and description fields for sqlcipher. While I was at it I discovered that there were tests made specifically for that package, so I enabled them. They haven't been updated for the current release however, so I downgraded to the previous one.

Re: [Patch 1/10] Add pjproject.

2016-09-21 Thread Ricardo Wurmus
Hi Lukas, Thanks for sending an updated patch! >>> +(define-public pjproject-sfl >>> + (let ((sfl-patches >>> + (let ((commit "3dbedf53e9cceebb1eed155b5143026f6d253cb8")) >>> + (origin >>> + (method git-fetch) >>> + (uri >>> + (git-referenc

Re: Writing recipe for Crypto++, and getting build errors

2016-09-21 Thread Ben Woodcroft
On 09/22/2016 11:18 AM, Ben Woodcroft wrote: Welcome Adoney, Also, I forgot to say, make sure to remove the "-mtune=native" flag from the gcc calls, and there is no need to set 'gcc' as an input if you are using the gnu-build-system. ben

Re: Writing recipe for Crypto++, and getting build errors

2016-09-21 Thread Ben Woodcroft
Welcome Adoney, On 09/22/2016 01:24 AM, Adonay Felipe Nogueira wrote: [..] Doing: $ guix build --fallback "cryptopp" ... outputs: # Begin of output starting phase `build' make: *** No rule to make target 'dynamic'. Stop. phase `build' failed after 0.2 seconds builder for `/gnu/store/k863vf0

Re: [PATCH 2/3] gnu: Add python-pyxb.

2016-09-21 Thread Ben Woodcroft
On 22/09/16 07:14, Marius Bakke wrote: [..] Hi Ben, Thanks for the review. Updated patches attached. Hi, Subject: [PATCH 1/3] gnu: python-pysam: Update to 0.9.1.4. I'm not sure whether this is a product of the upgrade or not, but I notice this in the build log. I think it is harmless though

Re: gnu: Add xonsh

2016-09-21 Thread Danny Milosavljevic
Hi, thanks for this package! With the recent how-did-anyone-think-that-was-a-good-idea in bash (again), this is very useful. However, are you sure you want to have no inputs for xonsh? I can see that it supports at least these: - python-ply - python-sphinx - python-numpydoc - python-prompt-tool

Re: [PATCH 2/3] gnu: Add python-pyxb.

2016-09-21 Thread Marius Bakke
Ben Woodcroft writes: > Hi again, > > > On 20/09/16 16:34, Ben Woodcroft wrote: >> Oops, forgot to cc the list. >> >> >> On 20/09/16 16:02, Ben Woodcroft wrote: >>> Hi Marius, >>> >>> Thanks for the patches. >>> >>> On 17/09/16 20:10, Marius Bakke wrote: [..] + (add-after 'unpac

Re: Building Guix with Guile 2.1

2016-09-21 Thread Taylan Ulrich Bayırlı/Kammer
l...@gnu.org (Ludovic Courtès) writes: > Hello! > > Nalaginrut reported that Guix fails to build with Guile 2.2, which was a > bit of a shame, hence commits e465d9e19087ab150f7e31f21c09e4a147b93b36 > and 9d126aa2b504bb9fad536eac186805ff623e96be. With the attached quick-and-dirty patch, 'make' run

[PATCH 22/25] gnu: Add r-shortread.

2016-09-21 Thread Ricardo Wurmus
* gnu/packages/bioinformatics.scm (r-shortread): New variable. --- gnu/packages/bioinformatics.scm | 42 + 1 file changed, 42 insertions(+) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 1294964..9915247 100644 --- a/gn

[PATCH 24/25] gnu: Add r-grohmm.

2016-09-21 Thread Ricardo Wurmus
* gnu/packages/bioinformatics.scm (r-grohmm): New variable. --- gnu/packages/bioinformatics.scm | 26 ++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index f3843dd..07a5ff6 100644 --- a/gnu/packages/bioinfo

[PATCH 25/25] gnu: Add r-txdb-hsapiens-ucsc-hg19-knowngene.

2016-09-21 Thread Ricardo Wurmus
* gnu/packages/bioinformatics.scm (r-txdb-hsapiens-ucsc-hg19-knowngene): New variable. --- gnu/packages/bioinformatics.scm | 32 1 file changed, 32 insertions(+) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 07a5ff6..346d7a

[PATCH 21/25] gnu: Add r-gostats.

2016-09-21 Thread Ricardo Wurmus
* gnu/packages/bioinformatics.scm (r-gostats): New variable. --- gnu/packages/bioinformatics.scm | 30 ++ 1 file changed, 30 insertions(+) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index d99869e..1294964 100644 --- a/gnu/packages/bi

[PATCH 19/25] gnu: Add r-gseabase.

2016-09-21 Thread Ricardo Wurmus
* gnu/packages/bioinformatics.scm (r-gseabase): New variable. --- gnu/packages/bioinformatics.scm | 27 +++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index d9acb00..52fa17c 100644 --- a/gnu/packages/bioi

[PATCH 23/25] gnu: Add r-systempiper.

2016-09-21 Thread Ricardo Wurmus
* gnu/packages/bioinformatics.scm (r-systempiper): 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 9915247..f3843dd 100644 --- a/

[PATCH 17/25] gnu: Add r-annotationforge.

2016-09-21 Thread Ricardo Wurmus
* gnu/packages/bioinformatics.scm (r-annotationforge): New variable. --- gnu/packages/bioinformatics.scm | 29 + 1 file changed, 29 insertions(+) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 2df63ee..a5aadd0 100644 --- a/gnu/pack

[PATCH 20/25] gnu: Add r-category.

2016-09-21 Thread Ricardo Wurmus
* gnu/packages/bioinformatics.scm (r-category): New variable. --- gnu/packages/bioinformatics.scm | 31 +++ 1 file changed, 31 insertions(+) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 52fa17c..d99869e 100644 --- a/gnu/packages/

[PATCH 18/25] gnu: Add r-rbgl.

2016-09-21 Thread Ricardo Wurmus
* gnu/packages/bioinformatics.scm (r-rbgl): New variable. --- gnu/packages/bioinformatics.scm | 21 + 1 file changed, 21 insertions(+) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index a5aadd0..d9acb00 100644 --- a/gnu/packages/bioinformatics

[PATCH 13/25] gnu: Add r-checkmate.

2016-09-21 Thread Ricardo Wurmus
* gnu/packages/statistics.scm (r-checkmate): New variable. --- gnu/packages/statistics.scm | 22 ++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index c3dadbd..1e6f3fd 100644 --- a/gnu/packages/statistics.scm +++ b/gnu

[PATCH 16/25] gnu: Add r-batchjobs.

2016-09-21 Thread Ricardo Wurmus
* gnu/packages/statistics.scm (r-batchjobs): New variable. --- gnu/packages/statistics.scm | 31 +++ 1 file changed, 31 insertions(+) diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index afe3d7e..9cf79ef 100644 --- a/gnu/packages/statistics.scm

[PATCH 12/25] gnu: Add r-backports.

2016-09-21 Thread Ricardo Wurmus
* gnu/packages/statistics.scm (r-backports): New variable. --- gnu/packages/statistics.scm | 23 +++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index d05dfce..c3dadbd 100644 --- a/gnu/packages/statistics.scm +++ b/gn

[PATCH 15/25] gnu: Add r-fail.

2016-09-21 Thread Ricardo Wurmus
* gnu/packages/statistics.scm (r-fail): New variable. --- gnu/packages/statistics.scm | 22 ++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index c8ad5a8..afe3d7e 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/pack

[PATCH 14/25] gnu: Add r-bbmisc.

2016-09-21 Thread Ricardo Wurmus
* gnu/packages/statistics.scm (r-bbmisc): New variable. --- gnu/packages/statistics.scm | 22 ++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index 1e6f3fd..c8ad5a8 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/pa

[PATCH 08/25] gnu: Add r-deseq2.

2016-09-21 Thread Ricardo Wurmus
* gnu/packages/bioinformatics.scm (r-deseq2): New variable. --- gnu/packages/bioinformatics.scm | 45 + 1 file changed, 45 insertions(+) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 18e688f..2df63ee 100644 --- a/gnu/p

[PATCH 10/25] gnu: Add r-pheatmap.

2016-09-21 Thread Ricardo Wurmus
* gnu/packages/statistics.scm (r-pheatmap): New variable. --- gnu/packages/statistics.scm | 24 1 file changed, 24 insertions(+) diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index 495445a..728f0fd 100644 --- a/gnu/packages/statistics.scm +++ b/gn

[PATCH 09/25] gnu: Add r-matrix.

2016-09-21 Thread Ricardo Wurmus
* gnu/packages/statistics.scm (r-matrix): New variable. --- gnu/packages/statistics.scm | 22 ++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index 4a8c64b..495445a 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/pa

[PATCH 07/25] gnu: Add r-genefilter.

2016-09-21 Thread Ricardo Wurmus
* gnu/packages/bioinformatics.scm (r-genefilter): New variable. --- gnu/packages/bioinformatics.scm | 26 ++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 30f1f6a..18e688f 100644 --- a/gnu/packages/bio

[PATCH 11/25] gnu: Add r-sendmailr.

2016-09-21 Thread Ricardo Wurmus
* gnu/packages/statistics.scm (r-sendmailr): New variable. --- gnu/packages/statistics.scm | 23 +++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index 728f0fd..d05dfce 100644 --- a/gnu/packages/statistics.scm +++ b/gn

[PATCH 06/25] gnu: Add r-hmisc.

2016-09-21 Thread Ricardo Wurmus
* gnu/packages/statistics.scm (r-hmisc): New variable. --- gnu/packages/statistics.scm | 39 +++ 1 file changed, 39 insertions(+) diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index 806aacb..4a8c64b 100644 --- a/gnu/packages/statistics.

[PATCH 05/25] gnu: Add r-geneplotter.

2016-09-21 Thread Ricardo Wurmus
* gnu/packages/bioinformatics.scm (r-geneplotter): New variable. --- gnu/packages/bioinformatics.scm | 25 + 1 file changed, 25 insertions(+) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 604d781..30f1f6a 100644 --- a/gnu/packages/bio

[PATCH 04/25] gnu: Add r-annotate.

2016-09-21 Thread Ricardo Wurmus
* gnu/packages/bioinformatics.scm (r-annotate): New variable. --- gnu/packages/bioinformatics.scm | 26 ++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 7a27e0b..604d781 100644 --- a/gnu/packages/bioin

[PATCH 02/25] gnu: Add r-rjson.

2016-09-21 Thread Ricardo Wurmus
* gnu/packages/web.scm (r-rjson): New variable. --- gnu/packages/web.scm | 19 +++ 1 file changed, 19 insertions(+) diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 3713b24..e588014 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -3320,6 +3320,25 @@ c

[PATCH 03/25] gnu: Add r-rpart.

2016-09-21 Thread Ricardo Wurmus
* gnu/packages/statistics.scm (r-rpart): New variable. --- gnu/packages/statistics.scm | 19 +++ 1 file changed, 19 insertions(+) diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index 2a9a31e..806aacb 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packag

[PATCH 01/25] gnu: Add r-hwriter.

2016-09-21 Thread Ricardo Wurmus
* gnu/packages/web.scm (r-hwriter): New variable. --- gnu/packages/web.scm | 19 +++ 1 file changed, 19 insertions(+) diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 2c63e75..3713b24 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -3301,6 +3301,25 @@

Re: [PATCH 0/7] Add Extempore.

2016-09-21 Thread Efraim Flashner
On Wed, Sep 21, 2016 at 09:44:02PM +0200, Ricardo Wurmus wrote: > > I don’t know about hiding the packages and moving them to the same > module. In the past we’ve kept package variants always with the > original package it was derived from, > e.g. “armadillo-for-rcpparmadillo”, which is only used

gnu: Add xonsh

2016-09-21 Thread Stefan Reichör
>From 966f98c8c83d69e71e6cf38c5521b6237990a81c Mon Sep 17 00:00:00 2001 From: Stefan Reichoer Date: Wed, 21 Sep 2016 21:58:52 +0200 Subject: [PATCH] gnu: Add xonsh. * gnu/packages/python.scm (xonsh): New variable. --- gnu/packages/python.scm | 22 ++ 1 file changed, 22 insert

Writing recipe for Crypto++, and getting build errors

2016-09-21 Thread Adonay Felipe Nogueira
Note: I'm not a programmer, the only thing I can understand is basic Guile Scheme and basic Bash scripting. So, I'm not really fit to make changes in the Crypto++'s source files by myself. I'm writing a recipe for Crypto++ and other packages. I'm not a programmer, but I decided to try to contribut

Re: Building Guix with Guile 2.1

2016-09-21 Thread Taylan Ulrich Bayırlı/Kammer
By the way, for testing guix with guile 2.2 easily: > $ cat ~/tmp/guix-with-guile-next.scm > (use-modules > (guix packages) > (guix build utils) > (gnu packages guile) > (gnu packages package-management)) > > (package > (inherit guix) > (inputs (alist-replace "guile" >

Re: [PATCH 0/7] Add Extempore.

2016-09-21 Thread Ricardo Wurmus
Andreas Enge writes: > extempore only compiles on x86_64; elsewhere it fails with the message >CMake Error at CMakeLists.txt:82 (message): >Extempore currently only runs on 64-bit platforms. > (which is not the full truth...): >http://hydra.gnu.org:3000/build/1473446 > > Could you di

Re: Building Guix with Guile 2.1

2016-09-21 Thread Taylan Ulrich Bayırlı/Kammer
Andy Wingo writes: > On Wed 21 Sep 2016 10:23, l...@gnu.org (Ludovic Courtès) writes: > >> Hello! >> >> Nalaginrut reported that Guix fails to build with Guile 2.2, which was a >> bit of a shame, hence commits e465d9e19087ab150f7e31f21c09e4a147b93b36 >> and 9d126aa2b504bb9fad536eac186805ff623e96b

Re: [PATCH 1/2] gnu: Add femtolisp.

2016-09-21 Thread Ricardo Wurmus
Ludovic Courtès writes: > ng0 skribis: […] >> Okay, I will fix it. In the meantime should the additional patch which >> is unrelated to this change be applied. > > Sorry, I’ll let whoever reviewed reply. :-) That would be me :) I pushed the patch to remove the custom build phase. It’s in ma

Re: [PATCH] gnu: r-curl: Respect CURL_CA_BUNDLE variable.

2016-09-21 Thread Ricardo Wurmus
Leo Famulari writes: > On Tue, Sep 13, 2016 at 11:53:33PM +0200, Roel Janssen wrote: >> This patch was essential to me being able to interact with HTTPS urls in >> R. As far as I understand, by default, R only looks for CURL_CA_BUNDLE >> on Windows, but with this patch it looks for CURL_CA_BUND

Re: [PATCH 2/2] gnu: Add GSSD and Pipefs services (Usage of @var)

2016-09-21 Thread John Darrington
On Wed, Sep 14, 2016 at 04:42:11PM +0200, Ludovic Court??s wrote: John Darrington skribis: > On Tue, Sep 13, 2016 at 01:45:19PM +0200, Ludovic Court??s wrote: > John Darrington skribis: > > > +@item @code{nfs-utils} (default: @code{nfs-utils}) >

Re: [PATCH 1/2] gnu: Add perl-net-psyc.

2016-09-21 Thread ng0
Patch on top of this, containing psyclpc. The psyced package which follows as the last one after all of this needs some minor adjustments and then I need to write a service (and/or guile bindings. Hopefully a service is enough.). From 74a6c1e552a6ae8f438e91cbe318882401b440f8 Mon Sep 17 00:00:00 20

higan failures on arm and mips

2016-09-21 Thread Efraim Flashner
Looking at hydra, the two build failures for higan are on arm and mips. Arm fails because: ./nall/stdint.hpp:50:1: error: static assertion failed: float80_t is not of the correct size and mips because: ../libco/sjlj.c:26:3: error: unknown type name ‘sigjmp_buf’ Debian has two patches th

[PATCH] gnu: Add reducelcs

2016-09-21 Thread ng0
Leo Famulari writes: > On Sun, Sep 18, 2016 at 06:20:47PM +, ng0 wrote: >> Just because I found this in a search for something else I packaged >> this. Is this desirable for master? It is very small. > > Sure, send it in! > From dae46ce28cd4c51ed8613ccbcc7ed4b018d083ee Mon Sep 17 00:00:00 20

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

2016-09-21 Thread Andreas Enge
On Wed, Sep 21, 2016 at 06:11:31PM +0200, Andreas Enge wrote: > boost has quite a few dependencies, as Ricardo already pointed out, and in my > experience tends to be a bit fragile. So maybe the best option would be to > create a boost-update branch and have it built on hydra to see whether there >

Re: [PATCH] small patchseries to add the irc bot limnoria.

2016-09-21 Thread ng0
ng0 writes: > Leo Famulari writes: > >> [ Unknown signature status ] >> On Sun, Sep 18, 2016 at 02:14:32PM +, ng0 wrote: >>> This is a small patchseries to add the bot limnoria, based on supybot. >> >> Thanks! >> >>> * gnu/packages/python.scm (python-socksipy-branch): New variable. >> >>> +

Re: Building Guix with Guile 2.1

2016-09-21 Thread Andy Wingo
On Wed 21 Sep 2016 10:23, l...@gnu.org (Ludovic Courtès) writes: > Hello! > > Nalaginrut reported that Guix fails to build with Guile 2.2, which was a > bit of a shame, hence commits e465d9e19087ab150f7e31f21c09e4a147b93b36 > and 9d126aa2b504bb9fad536eac186805ff623e96be. > > Now, the hack in build

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

2016-09-21 Thread Andreas Enge
Hello, On Mon, Sep 19, 2016 at 12:11:57PM +0200, Roel Janssen wrote: > 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. boost has quite a few dependencies, as Ricardo alread

Re: Binutils build failure on MIPS

2016-09-21 Thread Ludovic Courtès
Hi! Andreas Enge skribis: > On Tue, Sep 13, 2016 at 02:45:40PM +0200, Ludovic Courtès wrote: >> You need a mips64el machine to run: >> ./pre-inst-env guix build -e '(@@ (gnu packages commencement) >> binutils-boot0)' > > I just did this (together with the paramater "-K"!), but the problem is

Re: CVE-2016-0634 code execution in Bash prompt when expanding hostname

2016-09-21 Thread Ludovic Courtès
John Darrington skribis: > On Tue, Sep 20, 2016 at 04:55:30PM -0400, Leo Famulari wrote: > Any advice on how we should handle CVE-2016-0634? > > http://seclists.org/oss-sec/2016/q3/534 > > Like the comment there says, it is only a problem if the machine has > already been owned,

Re: [PATCH 1/2] gnu: Add femtolisp.

2016-09-21 Thread Ludovic Courtès
ng0 skribis: > Ludovic Courtès writes: > >> Andreas Enge skribis: >> >>> femtolisp fails on mips and arm: >>>http://hydra.gnu.org:3000/build/1472987/nixlog/2/tail-reload >>> with the message >>> In file included from llt/llt.h:6:0, >>> from string.c:16: >>> llt/utils.h:27:4

Re: [PATCH] gnu: rottlog: rotate messages daily.

2016-09-21 Thread Ludovic Courtès
Hello! Jan Nieuwenhuizen skribis: > Ludovic Courtès writes: [...] >>> + (jobs rottlog-jobs ; list of >>> +(default >>> + (list #~(job >>> + '(next-hour '(0)) >>> + (lambda () >>> + (system (s

Re: User-profile search paths should include system-profile directories

2016-09-21 Thread Ludovic Courtès
Hi, csanchez...@gmail.com (Carlos Sánchez de La Lama) skribis: > Alex Kost writes: [...] >>> what about something like: >>> >>> - /etc/profile >>> # [...] >>> GUIX_PROFILES="/run/current-system/profile:$HOME/.guix-profile" >>> . /run/current-system/profile/etc/profile >>> # [...] >>>

Re: [PATCH 3/3] gnu: Add newlib-nano-arm-none-eabi.

2016-09-21 Thread Ludovic Courtès
Ricardo Wurmus skribis: > * gnu/packages/embedded.scm (newlib-nano-arm-none-eabi): New variable. [...] > +(define-public newlib-nano-arm-none-eabi > + (package (inherit newlib-arm-none-eabi) > +(name "newlib-nano") I think it should be “newlib-minimal”, no? Or does “nano” have a special

Re: [PATCH 2/3] gnu: Add newlib-arm-none-eabi.

2016-09-21 Thread Ludovic Courtès
Ricardo Wurmus skribis: > * gnu/packages/embedded.scm (newlib-arm-none-eabi): New variable. [...] > + #:configure-flags '("--target=arm-none-eabi" > + "--enable-newlib-io-long-long" > + "--enable-newlib-register-fini" > +

Building Guix with Guile 2.1

2016-09-21 Thread Ludovic Courtès
Hello! Nalaginrut reported that Guix fails to build with Guile 2.2, which was a bit of a shame, hence commits e465d9e19087ab150f7e31f21c09e4a147b93b36 and 9d126aa2b504bb9fad536eac186805ff623e96be. Now, the hack in build-aux/compile-all.scm doesn’t quite work with 2.2, and it was already quite fra

Re: [PATCH 0/3] Add GCC cross compiler for arm-none-eabi.

2016-09-21 Thread Ludovic Courtès
Hi! Ricardo Wurmus skribis: > here's a patch series I've been sitting on for about a year. It's a compiler > for bare-metal binaries targetting arm-none-eabi. I'm using this successfully > to compile ChibiOS for the Axoloti Core board. Awesome, congrats! > I've chosen to package the particul

Re: [PATCH 1/3] gnu: Add arm-none-eabi cross compiler.

2016-09-21 Thread Ludovic Courtès
Hi! Ricardo Wurmus skribis: > * gnu/packages/bootstrap.scm (glibc-dynamic-linker): Add case for "arm-eabi". > * gnu/packages/embedded.scm: New file. > * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. [...] > +;; Commit hashes and SVN revisions for xbinutils and xgcc are taken > +;; from https://la

Addition to tinycm patch-series (corrects patch 8)

2016-09-21 Thread ng0
From 5650d41f044b0261fc7b8e1e359fcb2100d79738 Mon Sep 17 00:00:00 2001 From: ng0 Date: Wed, 21 Sep 2016 11:42:20 + Subject: [PATCH] gnu: Add tinycm. * gnu/packages/web.scm (tinycm): New variable. --- gnu/packages/web.scm | 38 +- 1 file changed, 37 inserti

[PATCH] Add tinycm.

2016-09-21 Thread ng0
This adds tinycm. But now that I am finished, I think this is not what I wanted, I wanted http://tinycm.slitaz.org/ . I assumed without looking at the source that this is just a fork. Well, no damage in more packages I'd say. From 8930f01a7953b7881fc505b8b4ed2084f37a86b0 Mon Sep 17 00:00:00 2001 F

Definite article in synopsis

2016-09-21 Thread John Darrington
I thought we had a policy that the synopsis field must not start with an article. However running grep 'synopsis *"The' *.scm shows that we have many instances where this policy is not followed. Or have I misunderstood something? J' -- Avoid eavesdropping. Send strong encrypt

Re: [PATCH 1/2] gnu: Add femtolisp.

2016-09-21 Thread ng0
Ludovic Courtès writes: > Andreas Enge skribis: > >> femtolisp fails on mips and arm: >>http://hydra.gnu.org:3000/build/1472987/nixlog/2/tail-reload >> with the message >> In file included from llt/llt.h:6:0, >> from string.c:16: >> llt/utils.h:27:4: error: #error "unknown a

Re: [PATCH 1/2] gnu: Add perl-net-psyc.

2016-09-21 Thread ng0
> I will resend this patch with the fail-safe mirror I just added on > sdf.org. This is okay with the others in group and very much welcomed. > The shasum file is signed by my rsa opengpg key which is also used by > some releases of Gnurl. Where the group means other developers hacking around psy

Re: [PATCH] Update giac-xcas

2016-09-21 Thread Nicolas Goaziou
Hello, Leo Famulari writes: > Unfortunately, the TLS certificate for > has expired, so I'm unable to > verify the hash of the new source code. It looks like they renewed their certificate. Regards, -- Nicolas Goaziou

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

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

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

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

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

2016-09-21 Thread Ivan Vilata i Balaguer
Hi, this is my third try at packaging [quickswitch][] for the i3 window manager. The main difference from the second iteration is in the changes suggested by Alex Kost to update the Scheme code (I had copied and pasted some outdated code from other Python packages). I also used a different patch

Re: [PATCH 1/2] gnu: Add perl-net-psyc.

2016-09-21 Thread ng0
I will resend this patch with the fail-safe mirror I just added on sdf.org. This is okay with the others in group and very much welcomed. The shasum file is signed by my rsa opengpg key which is also used by some releases of Gnurl. ng0 writes: > [ Unknown signature status ] > From 8ff11b44ac9c2f

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

2016-09-21 Thread ng0
Leo Famulari writes: > [ Unknown signature status ] > On Fri, Sep 09, 2016 at 09:43:29PM +, ng0 wrote: >> I commented mariadb + postgresql for now. I want some feedback first if >> you think we should provide it this way, or if we should add both to >> different outputs. >> It would not make

Re: [PATCH] small patchseries to add the irc bot limnoria.

2016-09-21 Thread ng0
Leo Famulari writes: > [ Unknown signature status ] > On Sun, Sep 18, 2016 at 02:14:32PM +, ng0 wrote: >> This is a small patchseries to add the bot limnoria, based on supybot. > > Thanks! > >> * gnu/packages/python.scm (python-socksipy-branch): New variable. > >> +(home-page "http://code

Re: [PATCH 2/2] gnu: Add qtox.

2016-09-21 Thread Ricardo Wurmus
Brendan Tildesley writes: > I was able to compile and run, but the package technically failed with > > builder for `/gnu/store/3qh6k8lixrkdxvd3zfvapc1fdwl079lv-qtox-1.5.1.drv' > failed to produce output path > `/gnu/store/j4yg5hd5giss2fpivzdkrdlzp62x4qbq-qtox-1.5.1' > > I don't understand what p

Re: [PATCH 42/42] gnu: Add darcs.

2016-09-21 Thread ng0
Leo Famulari writes: > On Sun, Sep 18, 2016 at 04:10:22PM +, ng0 wrote: >> * gnu/packages/version-control.scm (darcs): New variable. > >> +;; Darcs has no https support: http://irclog.perlgeek.de/darcs/2016-09-17 >> +;; >> http://darcs.net/manual/Configuring_darcs.html#SECTION0044007

Re: [PATCH 27/42] gnu: Add ghc-findbin.

2016-09-21 Thread ng0
Leo Famulari writes: > On Sun, Sep 18, 2016 at 04:10:07PM +, ng0 wrote: >> * gnu/packages/haskell.scm (ghc-findbin): New variable. > > This package is added twice. > Oh. Weird. Thanks for catching it. -- ng0

Re: [PATCH 08/42] gnu: Add ghc-regex-tdfa.

2016-09-21 Thread ng0
Leo Famulari writes: > On Sun, Sep 18, 2016 at 04:09:48PM +, ng0 wrote: >> * gnu/packages/haskell.scm (ghc-regex-tdfa): New variable. > From 1fefd08e258b197b73a92145f3ab9dff0964bd0d Mon Sep 17 00:00:00 2001 > From: Leo Famulari > Date: Tue, 20 Sep 2016 20:43:46 -0400 > Subject: [PATCH 2/8] g

Re: [PATCH 2/2] gnu: Add qtox.

2016-09-21 Thread Brendan Tildesley
Andy Patterson 於 2016-09-15 05:30 寫道: [...] > +(arguments > + '(#:phases > + (modify-phases %standard-phases > + (replace 'configure > + (lambda* (#:key outputs #:allow-other-keys) > + (zero? > + (system* "qmake" > + (st