Re: e2fsprogs update

2016-09-18 Thread Leo Famulari
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 not packaged? Is e2fsprogs-lib a separate

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

2016-09-18 Thread Leo Famulari
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 https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git;a=commit;h=e584d6468a2e72cd01e55f46104f9f96b56c0b66 Leo Famulari (1): gnu: gnupg: Fix test

[PATCH 1/1] gnu: gnupg: Fix test failure.

2016-09-18 Thread Leo Famulari
* gnu/packages/patches/gnupg-fix-expired-test.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gnupg.scm (gnupg): Use it. --- gnu/local.mk | 1 + gnu/packages/gnupg.scm| 1 +

Re: [PATCH] Update giac-xcas

2016-09-18 Thread Leo Famulari
On Mon, Sep 19, 2016 at 12:18:15AM +0200, Nicolas Goaziou wrote: > * gnu/packages/algebra.scm (giac-xcas): Update to 1.2.2-81. Thanks for this patch! Unfortunately, the TLS certificate for has expired, so I'm unable to verify the hash of the new source code.

Re: [PATCH] Update wireshark to 2.2.0

2016-09-18 Thread Leo Famulari
On Sun, Sep 18, 2016 at 10:56:13PM +0200, Nicolas Goaziou wrote: > Subject: [PATCH] gnu: wireshark: Update to 2.2.0. > > * gnu/packages/networking.scm (wireshark): Update to 2.2.0. Thanks, pushed!

e2fsprogs update

2016-09-18 Thread ng0
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 not packaged? -- ng0

[PATCH] Update giac-xcas

2016-09-18 Thread Nicolas Goaziou
Hello, Here is an update for Giac-Xcas. Regards, -- Nicolas Goaziou0x80A93738 >From ac24482a404f03f08e8254b85729e9eb898aeb23 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sun, 18 Sep 2016 22:40:44 +0200 Subject:

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

2016-09-18 Thread Lukas Gradl
Danny Milosavljevic writes: >> + (snippet >> +'(let ((p (open-file "argon2.pc" "a"))) > ... ^ why? Sorry, I took this without thinking from another place where I did similar things. This should be "w". The attached

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

2016-09-18 Thread Lukas Gradl
>>> + (zero? (system* "ln" "-s" >>> + (string-append out "/lib/libargon2.so") >>> + (string-append out "/lib/libargon2.so.0"))) >> >> The result of this will be ignored. Did you mean "(and ...)"? > > Oops! Yes, I will send

Re: [PATCH 1/2] gnu: Add gunicorn and gunicorn-python2.

2016-09-18 Thread Efraim Flashner
On Thu, Sep 15, 2016 at 12:54:52PM +0200, Hartmut Goebel wrote: > * gnu/packages/web.scm (gunicorn, gunicorn-python2): New variables. > --- > gnu/packages/web.scm | 55 > > 1 file changed, 55 insertions(+) > > diff --git

Re: [PATCH] gnu: Add qscintilla.

2016-09-18 Thread Efraim Flashner
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: > > >> In this case, should I leave qtscintilla-qt4 as a public

Re: [PATCH] gnu: Add qscintilla.

2016-09-18 Thread Leo Famulari
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: > >> In this case, should I leave qtscintilla-qt4 as a public package in qt.scm > >> instead of maths.scm as Leo suggested? > > > >

[PATCH] Update wireshark to 2.2.0

2016-09-18 Thread Nicolas Goaziou
Hello, Here is an update for wireshark. Regards, -- Nicolas Goaziou0x80A93738 >From 6bb2296d6629000fb34c87b9e4111f3cc8569fc3 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sun, 18 Sep 2016 22:26:14 +0200 Subject:

Re: [PATCH] gnu: Add sendmail

2016-09-18 Thread Alex Kost
John Darrington (2016-09-17 12:11 +0200) wrote: > On Sat, Sep 17, 2016 at 05:38:26PM +0800, Alex Vong wrote: [...] > > > +"contrib/mmuegel" > "devtools/bin/configure.sh") > > > + (("/bin/sh") (which "bash"))) > > > + > >

[PATCH] Update emacs-org

2016-09-18 Thread Nicolas Goaziou
Hello, Here is an update for Emacs Org mode. Regards, -- Nicolas Goaziou0x80A93738 >From 140de22b80815125bb14517c0060882c0d88c061 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sun, 18 Sep 2016 22:48:17 +0200

Re: [PATCH] gnu: Add qscintilla.

2016-09-18 Thread Kei Kebreau
Andreas Enge writes: > Hello, > > On Tue, Sep 13, 2016 at 04:37:35PM -0400, Kei Kebreau wrote: >> In this case, should I leave qtscintilla-qt4 as a public package in qt.scm >> instead of maths.scm as Leo suggested? > > since it is used for only one package and relies on the

Python: inputs vs. propagated inputs

2016-09-18 Thread Hartmut Goebel
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 example where propagated-inputs are needed. Neither the section

Re: Binutils build failure on MIPS

2016-09-18 Thread Andreas Enge
Hello, Hello, 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 that I have no idea

reduceLCS ... inclusion in master or not?

2016-09-18 Thread ng0
Just because I found this in a search for something else I packaged this. Is this desirable for master? It is very small. Excerpt: (synopsis "Fast program to compute the approximate Longest Commons Subsequence of a set of strings") (description "@code{reduceLCS} is an

Re: [PATCH] gnu: Add bind

2016-09-18 Thread John Darrington
On Sun, Sep 18, 2016 at 05:03:14PM +0200, Hartmut Goebel wrote: Am 18.09.2016 um 15:57 schrieb John Darrington: > Does anyone have any opinions/objections before I make this commit? > + (string-append "--with-dlz-mysql=" > +

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

2016-09-18 Thread ng0
From bab7f6b8f846c006aa91eded335957aa013c83eb Mon Sep 17 00:00:00 2001 From: ng0 Date: Sun, 18 Sep 2016 14:11:20 + Subject: [PATCH] gnu: Add limnoria. * gnu/packages/irc.scm (limnoria): New variable. --- gnu/packages/irc.scm | 40

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

2016-09-18 Thread ng0
Alex Vong writes: > [ Unknown signature status ] > Hello, > > ng0 writes: > > [...] >> +(arguments >> + `(#:tests? #f)) >> +(home-page "https://github.com/ProgVal/Limnoria;) >> +(synopsis "Modified version of Supybot (an IRC bot

[PATCH 36/42] gnu: Add ghc-chell-quickcheck.

2016-09-18 Thread ng0
* gnu/packages/haskell.scm (ghc-chell-quickcheck): New variable. --- gnu/packages/haskell.scm | 24 1 file changed, 24 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index a8ace82..2b6ff10 100644 --- a/gnu/packages/haskell.scm +++

[PATCH 26/42] gnu: Add ghc-array.

2016-09-18 Thread ng0
* gnu/packages/haskell.scm (ghc-array): New variable. --- gnu/packages/haskell.scm | 23 +++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 00c8072..3e7d6c4 100644 --- a/gnu/packages/haskell.scm +++

[PATCH 41/42] gnu: Add ghc-directory@1.2.2.0.

2016-09-18 Thread ng0
* gnu/packages/haskell.scm (ghc-directory@1.2.2.0): New variable. --- gnu/packages/haskell.scm | 15 +++ 1 file changed, 15 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 19cbadd..af7fc13 100644 --- a/gnu/packages/haskell.scm +++

[PATCH 33/42] gnu: Add ghc-options-bootstrap.

2016-09-18 Thread ng0
* gnu/packages/haskell.scm (ghc-options-bootstrap): New variable. --- gnu/packages/haskell.scm | 26 ++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 50f83ba..5de29f9 100644 --- a/gnu/packages/haskell.scm +++

[PATCH 37/42] gnu: Add ghc-options.

2016-09-18 Thread ng0
* gnu/packages/haskell.scm (ghc-options): New variable. --- gnu/packages/haskell.scm | 25 + 1 file changed, 25 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 2b6ff10..cc06c3c 100644 --- a/gnu/packages/haskell.scm +++

[PATCH 40/42] gnu: Add ghc-transformers@0.4.2.0.

2016-09-18 Thread ng0
* gnu/packages/haskell.scm (ghc-transformers@0.4.2.0): New variable. --- gnu/packages/haskell.scm | 13 + 1 file changed, 13 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 20b0316..19cbadd 100644 --- a/gnu/packages/haskell.scm +++

[PATCH 31/42] gnu: Add ghc-system-fileio-bootstrap.

2016-09-18 Thread ng0
* gnu/packages/haskell.scm (ghc-system-fileio-bootstrap): New variable. --- gnu/packages/haskell.scm | 32 1 file changed, 32 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 21742b3..e33c746 100644 ---

[PATCH 25/42] gnu: Add ghc-graphviz.

2016-09-18 Thread ng0
* gnu/packages/haskell.scm (ghc-graphviz): New variable. --- gnu/packages/haskell.scm | 42 ++ 1 file changed, 42 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 371102e..00c8072 100644 --- a/gnu/packages/haskell.scm

[PATCH 42/42] gnu: Add darcs.

2016-09-18 Thread ng0
* gnu/packages/version-control.scm (darcs): New variable. --- gnu/packages/version-control.scm | 95 1 file changed, 95 insertions(+) diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index 29559bd..ae3728d 100644 ---

[PATCH 39/42] gnu: Add ghc-system-fileio.

2016-09-18 Thread ng0
* gnu/packages/haskell.scm (ghc-system-fileio): New variable. --- gnu/packages/haskell.scm | 28 1 file changed, 28 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 1f7982e..20b0316 100644 --- a/gnu/packages/haskell.scm +++

[PATCH 29/42] gnu: Add ghc-lifted-async.

2016-09-18 Thread ng0
* gnu/packages/haskell.scm (ghc-lifted-async): New variable. --- gnu/packages/haskell.scm | 32 1 file changed, 32 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 5bfd956..cfae565 100644 --- a/gnu/packages/haskell.scm +++

[PATCH 32/42] gnu: Add ghc-shelly.

2016-09-18 Thread ng0
* gnu/packages/haskell.scm (ghc-shelly): New variable. --- gnu/packages/haskell.scm | 36 1 file changed, 36 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index e33c746..50f83ba 100644 --- a/gnu/packages/haskell.scm +++

[PATCH 21/42] gnu: Add ghc-process.

2016-09-18 Thread ng0
* gnu/packages/haskell.scm (ghc-process): New variable. --- gnu/packages/haskell.scm | 20 1 file changed, 20 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 308d8c3..c951b32 100644 --- a/gnu/packages/haskell.scm +++

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

2016-09-18 Thread ng0
* gnu/packages/haskell.scm (ghc-findbin): New variable. --- gnu/packages/haskell.scm | 24 1 file changed, 24 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 3e7d6c4..d6746d0 100644 --- a/gnu/packages/haskell.scm +++

[PATCH 35/42] gnu: Add ghc-chell-quickcheck-bootstrap.

2016-09-18 Thread ng0
* gnu/packages/haskell.scm (ghc-chell-quickcheck-bootstrap): New variable. --- gnu/packages/haskell.scm | 25 + 1 file changed, 25 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 1ddd807..a8ace82 100644 --- a/gnu/packages/haskell.scm

[PATCH 28/42] gnu: Add ghc-constraints.

2016-09-18 Thread ng0
* gnu/packages/haskell.scm (ghc-constraints): New variable. --- gnu/packages/haskell.scm | 26 ++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index d6746d0..5bfd956 100644 --- a/gnu/packages/haskell.scm +++

[PATCH 34/42] gnu: Add ghc-chell.

2016-09-18 Thread ng0
* gnu/packages/haskell.scm (ghc-chell): New variables. --- gnu/packages/haskell.scm | 29 + 1 file changed, 29 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 5de29f9..1ddd807 100644 --- a/gnu/packages/haskell.scm +++

[PATCH 22/42] gnu: Add ghc-wl-pprint-text.

2016-09-18 Thread ng0
* gnu/packages/haskell.scm (ghc-wl-pprint-text): New variable. --- gnu/packages/haskell.scm | 22 ++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index c951b32..1633585 100644 --- a/gnu/packages/haskell.scm +++

[PATCH 23/42] gnu: ghc-fgl: Update to 5.5.3.0.

2016-09-18 Thread ng0
* gnu/packages/haskell.scm (ghc-fgl): Update to 5.5.3.0. --- gnu/packages/haskell.scm | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 1633585..758756d 100644 --- a/gnu/packages/haskell.scm +++

[PATCH 10/42] gnu: Add ghc-tasty-th.

2016-09-18 Thread ng0
* gnu/packages/haskell.scm (ghc-tasty-th): New variable. --- gnu/packages/haskell.scm | 22 ++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index d493506..0889804 100644 --- a/gnu/packages/haskell.scm +++

[PATCH 24/42] gnu: Add ghc-fgl-arbitrary.

2016-09-18 Thread ng0
* gnu/packages/haskell.scm (ghc-fgl-arbitrary): New variable. --- gnu/packages/haskell.scm | 27 +++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 758756d..371102e 100644 --- a/gnu/packages/haskell.scm +++

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

2016-09-18 Thread ng0
* gnu/packages/haskell.scm (ghc-findbin): New variable. --- gnu/packages/haskell.scm | 23 +++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index ac86c42..c4aecdc 100644 --- a/gnu/packages/haskell.scm +++

[PATCH 17/42] gnu: Add ghc-monads-tf.

2016-09-18 Thread ng0
* gnu/packages/haskell.scm (ghc-monads-tf): New variable. --- gnu/packages/haskell.scm | 23 +++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 1c4f970..de300cc 100644 --- a/gnu/packages/haskell.scm +++

[PATCH 30/42] gnu: Add ghc-system-filepath-bootstrap.

2016-09-18 Thread ng0
* gnu/packages/haskell.scm (ghc-system-filepath-bootstrap): New variable. --- gnu/packages/haskell.scm | 31 +++ 1 file changed, 31 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index cfae565..21742b3 100644 ---

[PATCH 01/42] gnu: Add ghc-base16-bytestring.

2016-09-18 Thread ng0
* gnu/packages/haskell.scm (ghc-base16-bytestring): New variable. --- gnu/packages/haskell.scm | 21 + 1 file changed, 21 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 87628b5..edb098a 100644 --- a/gnu/packages/haskell.scm +++

[PATCH 13/42] gnu: Add ghc-tar.

2016-09-18 Thread ng0
* gnu/packages/haskell.scm (ghc-tar): New variable. --- gnu/packages/haskell.scm | 32 1 file changed, 32 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 340b1a6..7ec12ed 100644 --- a/gnu/packages/haskell.scm +++

[PATCH 12/42] gnu: Add ghc-bytestring-handle.

2016-09-18 Thread ng0
* gnu/packages/haskell.scm (ghc-bytestring-handle): New variable. --- gnu/packages/haskell.scm | 25 + 1 file changed, 25 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 6605391..340b1a6 100644 --- a/gnu/packages/haskell.scm +++

[PATCH 18/42] gnu: Add ghc-bytestring.

2016-09-18 Thread ng0
* gnu/packages/haskell.scm (ghc-bytestring): New variable. --- gnu/packages/haskell.scm | 37 + 1 file changed, 37 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index de300cc..48b7157 100644 --- a/gnu/packages/haskell.scm +++

[PATCH 19/42] gnu: Add ghc-colour.

2016-09-18 Thread ng0
* gnu/packages/haskell.scm (ghc-colour): New variable. --- gnu/packages/haskell.scm | 22 ++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 48b7157..5033071 100644 --- a/gnu/packages/haskell.scm +++

[PATCH 14/42] gnu: Add ghc-transformers.

2016-09-18 Thread ng0
* gnu/packages/haskell.scm (ghc-transformers): New variable. --- gnu/packages/haskell.scm | 29 + 1 file changed, 29 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 7ec12ed..ac86c42 100644 --- a/gnu/packages/haskell.scm +++

[PATCH 16/42] gnu: Add ghc-patience.

2016-09-18 Thread ng0
* gnu/packages/haskell.scm (ghc-patience): New variable. --- gnu/packages/haskell.scm | 24 1 file changed, 24 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index c4aecdc..1c4f970 100644 --- a/gnu/packages/haskell.scm +++

[PATCH 04/42] gnu: Add ghc-cryptohash.

2016-09-18 Thread ng0
* gnu/packages/haskell.scm (ghc-cryptohash): New variable. --- gnu/packages/haskell.scm | 32 1 file changed, 32 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 6fda9d8..902e2df 100644 --- a/gnu/packages/haskell.scm +++

[PATCH 11/42] gnu: Add ghc-sandi.

2016-09-18 Thread ng0
* gnu/packages/haskell.scm (ghc-sandi): New variable. --- gnu/packages/haskell.scm | 28 1 file changed, 28 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 0889804..6605391 100644 --- a/gnu/packages/haskell.scm +++

[PATCH 06/42] gnu: Add ghc-haskeline.

2016-09-18 Thread ng0
* gnu/packages/haskell.scm (ghc-haskeline): New variable. --- gnu/packages/haskell.scm | 27 +++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 8f9fcad..fb0b600 100644 --- a/gnu/packages/haskell.scm +++

[PATCH 03/42] gnu: ghc-cryptonite: Update to 0.19.

2016-09-18 Thread ng0
* gnu/packages/haskell.scm (ghc-cryptonite): Update to 0.19. --- gnu/packages/haskell.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 3934c17..6fda9d8 100644 --- a/gnu/packages/haskell.scm +++

[PATCH 09/42] gnu: Add ghc-regex-compat-tdfa.

2016-09-18 Thread ng0
* gnu/packages/haskell.scm (ghc-regex-compat-tdfa): New variable. --- gnu/packages/haskell.scm | 26 ++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index c04b069..d493506 100644 --- a/gnu/packages/haskell.scm +++

[PATCH 02/42] gnu: Add ghc-binary.

2016-09-18 Thread ng0
* gnu/packages/haskell.scm (ghc-binary): New variable. --- gnu/packages/haskell.scm | 31 +++ 1 file changed, 31 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index edb098a..3934c17 100644 --- a/gnu/packages/haskell.scm +++

[PATCH 05/42] gnu: Add ghc-data-ordlist.

2016-09-18 Thread ng0
* gnu/packages/haskell.scm (ghc-data-ordlist): New variable. --- gnu/packages/haskell.scm | 20 1 file changed, 20 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index 902e2df..8f9fcad 100644 --- a/gnu/packages/haskell.scm +++

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

2016-09-18 Thread ng0
* gnu/packages/haskell.scm (ghc-regex-tdfa): New variable. --- gnu/packages/haskell.scm | 24 1 file changed, 24 insertions(+) diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm index b0cac3c..c04b069 100644 --- a/gnu/packages/haskell.scm +++

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

2016-09-18 Thread Alex Vong
Hello, ng0 writes: [...] > +(arguments > + `(#:tests? #f)) > +(home-page "https://github.com/ProgVal/Limnoria;) > +(synopsis "Modified version of Supybot (an IRC bot and framework)") > +(description > + "Modified version of Supybot with Python

Re: [PATCH] gnu: Add bind

2016-09-18 Thread Hartmut Goebel
Am 18.09.2016 um 15:57 schrieb John Darrington: > Does anyone have any opinions/objections before I make this commit? > + (string-append "--with-dlz-mysql=" > +(assoc-ref %build-inputs "mysql")) I don't think, this should be build with

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

2016-09-18 Thread ng0
This is a small patchseries to add the bot limnoria, based on supybot. From af018a18d19541d7f86978fe43e960d979344b1c Mon Sep 17 00:00:00 2001 From: ng0 Date: Sun, 18 Sep 2016 13:16:23 + Subject: [PATCH 1/4] gnu: Add python-socksipy-branch. *

Re: [PATCH] gnu: Add bind

2016-09-18 Thread John Darrington
Does anyone have any opinions/objections before I make this commit? J' On Sun, Sep 11, 2016 at 12:08:17AM +0200, John Darrington wrote: I suggest that we use this version and remove the existing bind-utils. J' On Sun, Sep 11, 2016 at 12:06:26AM +0200, John Darrington

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

2016-09-18 Thread ng0
This patch fixes the mistake I had in the previous generation of it (Scheme -> scheme) From 597f041ae43ddc85a466ef95a9d1b24c684925d0 Mon Sep 17 00:00:00 2001 From: ng0 Date: Tue, 13 Sep 2016 20:19:57 + Subject: [PATCH] gnu: femtolisp: Remove custom "patch-makefile"

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

2016-09-18 Thread ng0
ng0 writes: > [ Unknown signature status ] > From 4061b7fb71a40591dd8e34ee147153aa0d1d9fdc Mon Sep 17 00:00:00 2001 > From: ng0 > Date: Tue, 13 Sep 2016 20:19:57 + > Subject: [PATCH] gnu: femtolisp: Remove custom "patch-makefile" phase.

Re: [PATCH] gnu: Add Mr. Rescue.

2016-09-18 Thread 宋文武
Hartmut Goebel writes: > Am 17.09.2016 um 15:24 schrieb 宋文武: >> + (let* ((out (assoc-ref %outputs "out")) >> +(bindir (string-append out "/bin")) >> +(prog(string-append bindir "/mrrescue")) >> +

Re: [PATCH] gnu: Add Mr. Rescue.

2016-09-18 Thread 宋文武
Ricardo Wurmus writes: > 宋文武 writes: > >> * gnu/packages/games.scm (mrrescue): New variable. >> --- >> gnu/packages/games.scm | 48 >> 1 file changed, 48 insertions(+) >> >> diff --git

Re: [PATCH 0/2] Updated patches for gunicorn

2016-09-18 Thread Hartmut Goebel
Am 18.09.2016 um 11:47 schrieb Andreas Enge: > Okay, I see. Then I would treat it as a "library" and use the > "python(2)-gunicorn" naming convention. The reason we do not do so Feel free to update the patch :-) -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com

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

2016-09-18 Thread Andreas Enge
Hello, 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 architecture" # error "unknown architecture" Should it be

Re: “guile-next” failed — but actually didn’t

2016-09-18 Thread Alex Vong
Hi, Ricardo Wurmus writes: > Hi Guix, > > Hydra lists the build for “guile-next” at version 2.1.4 as failed, even > though, according to the logs, it has been built successfully. This > causes the “guile2.2-*” packages to be marked as failed, too. > > See

Re: [PATCH 0/2] Updated patches for gunicorn

2016-09-18 Thread Andreas Enge
On Sun, Sep 18, 2016 at 11:19:18AM +0200, Hartmut Goebel wrote: > Well, gunicorn is a application server for running applications written > in python. So if the application is written in Python 2, one needs to > run the application server using Python 2, too, since it does not spawn > a new

Re: [PATCH 0/2] Updated patches for gunicorn

2016-09-18 Thread Hartmut Goebel
Am 18.09.2016 um 11:07 schrieb Andreas Enge: > sorry for being late to the discussion. We build python2 versions of > "libraries" so that people can use them in their own scripts. In the > case of something that is supposed to be used essentially as a binary, > I do not think it is useful to add a

Re: [PATCH 0/2] Updated patches for gunicorn

2016-09-18 Thread Hartmut Goebel
Am 18.09.2016 um 11:07 schrieb Andreas Enge: > sorry for being late to the discussion. We build python2 versions of > "libraries" so that people can use them in their own scripts. In the > case of something that is supposed to be used essentially as a binary, > I do not think it is useful to add a

“guile-next” failed — but actually didn’t

2016-09-18 Thread Ricardo Wurmus
Hi Guix, Hydra lists the build for “guile-next” at version 2.1.4 as failed, even though, according to the logs, it has been built successfully. This causes the “guile2.2-*” packages to be marked as failed, too. See https://hydra.gnu.org/build/1473033 What’s going on there? Should we restart

Re: [PATCH] gnu: Add Mr. Rescue.

2016-09-18 Thread Hartmut Goebel
Am 17.09.2016 um 15:24 schrieb 宋文武: > + (let* ((out (assoc-ref %outputs "out")) > +(bindir (string-append out "/bin")) > +(prog(string-append bindir "/mrrescue")) > +(source (assoc-ref %build-inputs "source")) > +

Re: [PATCH 0/2] Updated patches for gunicorn

2016-09-18 Thread Andreas Enge
Hello, On Thu, Sep 15, 2016 at 12:54:51PM +0200, Hartmut Goebel wrote: > As discussed, I updated some comments. Additionally I added building teh > documentation (2nd patch). > Hartmut Goebel (2): > gnu: Add gunicorn and gunicorn-python2. sorry for being late to the discussion. We build

Re: [PATCH] gnu: Add qscintilla.

2016-09-18 Thread Andreas Enge
Hello, On Tue, Sep 13, 2016 at 04:37:35PM -0400, Kei Kebreau wrote: > In this case, should I leave qtscintilla-qt4 as a public package in qt.scm > instead of maths.scm as Leo suggested? since it is used for only one package and relies on the deprecated qt@4, I would leave it private, regardless

Re: [PATCH 0/7] Add Extempore.

2016-09-18 Thread Andreas Enge
Hello, 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 disable the other

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

2016-09-18 Thread Ricardo Wurmus
* gnu/packages/embedded.scm (newlib-arm-none-eabi): New variable. --- gnu/packages/embedded.scm | 44 1 file changed, 44 insertions(+) diff --git a/gnu/packages/embedded.scm b/gnu/packages/embedded.scm index 17ca784..8f484e5 100644 ---

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

2016-09-18 Thread Ricardo Wurmus
* 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. --- gnu/local.mk | 1 + gnu/packages/bootstrap.scm | 1 + gnu/packages/embedded.scm | 121

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

2016-09-18 Thread Ricardo Wurmus
* gnu/packages/embedded.scm (newlib-nano-arm-none-eabi): New variable. --- gnu/packages/embedded.scm | 20 1 file changed, 20 insertions(+) diff --git a/gnu/packages/embedded.scm b/gnu/packages/embedded.scm index 8f484e5..43f6068 100644 --- a/gnu/packages/embedded.scm +++

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

2016-09-18 Thread Ricardo Wurmus
Hi Guix, 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. I've chosen to package the particular compiler version that is used for the Axoloti