Re: Tracking package submissions with Debbugs

2016-09-04 Thread Andreas Enge
Hello, using debbugs corresponds to a suggestion I made a while ago, so I am obviously in favour of it... On Sun, Sep 04, 2016 at 10:37:02AM +0800, Alex Vong wrote: > > I think it would make sense to have the one bug report for the "target > > package" and then all the packages that get pulled in

Re: [PATCH] gnu: gtk: Add clipit.

2016-09-04 Thread 宋文武
doncatnip writes: > Hey Guix, > > This patch adds ClipIt (clipit) to the repository. Tested with lint, > build rounds=2 and actual usability. Thanks for the patch! I applied it with modifications of: - use a release tarball and remove the autogen phase. - adjust the description to include the

Re: [PATCH] gnu: awesome: Shorten the description.

2016-09-04 Thread Alex Kost
ng0 (2016-08-21 00:02 +0300) wrote: > awesome has 11 or 12 lines description where the same problem applies > dwm had. Please do not try to explain the concepts of twm etc in the > description, this can be done by visiting (home-page) or other sources. > > From 26b9e2e6e4d61928d9067540f7785a2aa59

Re: [PATCH v2] gnu: Add python-odfpy.

2016-09-04 Thread Alex Kost
Marius Bakke (2016-09-02 14:55 +0300) wrote: > From 99216a79ddd817ce7be9da451c0a1b5d9ef73f46 Mon Sep 17 00:00:00 2001 > From: Marius Bakke > Date: Wed, 17 Aug 2016 17:45:24 +0100 > Subject: [PATCH] gnu: Add python-odfpy. Applied as dddcb25, thanks! -- Alex

Re: [PATCH] gnu: dtc: Update to 1.4.2. Remove patches since they are integrated upstream now.

2016-09-04 Thread David Craven
Thanks! Pushed as 8cfdd64c3797bd014ad742bd4bd994d647ced985. P.S. Can you create your patches with git format-patch in the future? That saves reviewers some time, so that they don't have to retype the commit message and find your author line and change the author of the commit ;)

Re: [PATCH] gnu: Add libicns

2016-09-04 Thread David Craven
Thanks Marius and Brendan! I removed the autotools inputs and build-phase, since the release tarball already contains a configure script and fixed some indentation. Pushed as f5e4229a075e7aca255ab54d4e98526409520c62.

Re: [PATCH] gnu: gzochi: Update to 0.10.

2016-09-04 Thread David Craven
Thanks! Pushed as 7b39b7eb91112616a26a7b5de1d0d4782c83add9.

Re: Using a function as build-step?

2016-09-04 Thread Hartmut Goebel
Hi David, > So you'll have to do (add-after > 'install 'install-javadocs ,install-javadocs) to make it available. I has tried this already. For some reason this did not work for me. :-( -- Schönen Gruß Hartmut Goebel Dipl.-Informatiker (univ), CISSP, CSSLP, ISO 27001 Lead Implementer Informatio

Shepherd redirect stdout/stderr to syslog

2016-09-04 Thread David Craven
Hi, I'm having difficulties debugging a service that logs it's output to tty1. I can't scroll the output - so the debug messages aren't very useful. Is redirecting stdout/stderr to syslog something that make-forkexec-constructor could/should do? Or is there already a way to get the output I'm not

Re: Using a function as build-step?

2016-09-04 Thread David Craven
> I have tried this already. For some reason this did not work for me. :-( Mmh. Maybe you could post a patch so that we can test it? Or maybe someone more knowledgeable has an answer...

Re: Using a function as build-step?

2016-09-04 Thread Hartmut Goebel
Am 04.09.2016 um 13:29 schrieb David Craven:( > Mmh. Maybe you could post a patch so that we can test it? Or maybe > someone more knowledgeable has an answer... > Enclosed. I assume for someone knowledgeable in guile this is a no-brainer. -- Schönen Gruß Hartmut Goebel Dipl.-Informatiker (univ),

Re: Using a function as build-step? (w/ attachement)

2016-09-04 Thread Hartmut Goebel
Am 04.09.2016 um 13:29 schrieb David Craven:( > Mmh. Maybe you could post a patch so that we can test it? Or maybe > someone more knowledgeable has an answer... > Enclosed. I assume for someone knowledgeable in guile this is a no-brainer. -- Schönen Gruß Hartmut Goebel Dipl.-Informatiker (univ),

Re: [PATCH] gnu: Add pybitmessage, [PATCH] gnu: Add python2-pyqt-4, [PATCH] gnu: gnu: messaging: Use license: prefix.

2016-09-04 Thread ng0
Andreas Enge writes: > On Sat, Sep 03, 2016 at 04:47:52PM +, ng0 wrote: >> Upstream is aware of this and told me they are working on a port towards >> qt5 and also python3. However there is no deadline. It is their >> choice. As I recently read there are people using Guix who are >> intereste

Re: [PATCH] gnu: Add pybitmessage, [PATCH] gnu: Add python2-pyqt-4, [PATCH] gnu: gnu: messaging: Use license: prefix.

2016-09-04 Thread ng0
Upstream Bugreport: https://github.com/Bitmessage/PyBitmessage/issues/897 -- ng0 For non-prism friendly talk find me on http://www.psyced.org

Re: [PATCH] gnu: awesome: Update to 3.5.9.

2016-09-04 Thread ng0
Hi, you possibly need to rebase the patch which adds awesome, I shortened the description of the package in master: https://lists.gnu.org/archive/html/guix-devel/2016-09/msg00317.html I have not tested your patch after this, just a reminder that this was changed recently. ng0 writes: > gno wr

Re: Removing the attic package

2016-09-04 Thread ng0
Leo Famulari writes: > The Attic backup program [0] has a serious problem, and I think we > should consider removing our package of it. > > The problem is that Attic appears to be unmaintained since it was forked > as "Borg". For almost 11 months, there has been no response from the > Attic maint

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

2016-09-04 Thread ng0
Status update: I need to figure out some darcs issues now, I'll post an updated patch later today. Dependency graph got some additions, bootstraping solved. ng0 writes: > Solved it, new patches incoming either today or tomorrow. > ng0 writes: > >> As you can see by the comments, description and

[PATCH] gnu: Add tcp-wrappers.

2016-09-04 Thread John Darrington
* gnu/packages/networking.scm (tcp-wrappers): New variable. * gnu/packages/messaging.scm (ngircd) [inputs]: Add tcp-wrappers. --- gnu/packages/messaging.scm | 6 ++-- gnu/packages/networking.scm | 79 + 2 files changed, 83 insertions(+), 2 deletions(-)

ghc 8

2016-09-04 Thread ng0
Hi, should we package ghc 8 in core-updates? It was released in May: https://ghc.haskell.org/trac/ghc/blog/ghc-8.0.1-released I'm currently packaging darcs, but I can do the version bump afterwards. -- ng0 For non-prism friendly talk find me on http://www.psyced.org

Re: [PATCH 9/9] gnu: Add weston.

2016-09-04 Thread David Craven
Is this ok as a description? I don't think the term display server is commonly used for wayland compositors, so I left the synopsis. (description "Weston is the reference implementation of a Wayland compositor, and a useful compositor in its own right. A Wayland compositor allows applications

Re: GSoC NPM

2016-09-04 Thread Jan Nieuwenhuizen
Jelle Licht writes: Hi Jelle! Here's a new patch replacing the previous one, summary * add --binary option to importer, sets (arguments (#:binary? #t)) * use `npm build' for non-binary packages as fallback (WAS: skip) * use `npm install -g' for non-binary packages; fixes e.g. loadash

Re: [PATCH] gnu: Add p7zip.

2016-09-04 Thread Ricardo Wurmus
Hi Kei, > Ricardo Wurmus writes: > >> Kei Kebreau writes: >> >>> Ricardo Wurmus writes: >>> Kei Kebreau writes: > Whoops, last patch was a bit messy and stacked on the previous one. This > patch should be better! I just wanted to push a slightly modified version of

Re: Rust

2016-09-04 Thread David Craven
> IIUC, to provide a Guix package for Cargo, the following should be done: > 1. write a crate importer. > 2. list all the crates needed by Cargo to build itself. > 3. package each crate with the importer. > 4. add a Cargo package which depends on the newly-imported crates and > uses a binary versi

Re: calendar: Add remind

2016-09-04 Thread Ricardo Wurmus
Hi Stefan, thank you for this patch! I’ve done the following things: - checked the license (it is indeed GPLv2 only) - checked the GPG signature - adjusted the indentation - added a padding procedure to automatically derive the tarball location from the version string - reformatted the descri

Re: Using a function as build-step? (w/ attachement)

2016-09-04 Thread David Craven
I'd put those functions in guix build java-utils.scm, that will work, and you'll have to do that anyway...

Re: [PATCH] gnu: git: Update to 2.10.0.

2016-09-04 Thread Mark H Weaver
John Darrington writes: > * gnu/packages/version-control.scm (git): Update to 2.10.0. This update seems to have broken 'cgit' and maybe also 'ruby-puma'. https://hydra.gnu.org/eval/109142#tabs-now-fail Would you be willing to take a look? Mark

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

2016-09-04 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 +++ b/gnu/packa

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

2016-09-04 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 +++ b/gnu/packages/hask

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

2016-09-04 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..1b6e788 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/p

[PATCH 13/43] gnu: Add ghc-bytestring-handle.

2016-09-04 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 815af32..0940dd5 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/p

[PATCH 07/43] gnu: Add ghc-haskeline.

2016-09-04 Thread ng0
* gnu/packages/haskell.scm (ghc-haskeline): 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 f3d43c4..8c6aee0 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/

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

2016-09-04 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 +++ b/gnu/packag

[PATCH 08/43] gnu: Add ghc-regex-applicative.

2016-09-04 Thread ng0
* gnu/packages/haskell.scm (ghc-regex-applicative): 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 8c6aee0..d65bece 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/

[PATCH 10/43] gnu: Add ghc-regex-compat-tdfa.

2016-09-04 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 0b4ad6a..421d3a8 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/

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

2016-09-04 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 1b6e788..6700b51 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/ha

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

2016-09-04 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 d65bece..0b4ad6a 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/

[PATCH 12/43] gnu: Add ghc-sandi.

2016-09-04 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 7208fb4..815af32 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/h

[PATCH 06/43] gnu: Add ghc-terminfo.

2016-09-04 Thread ng0
* gnu/packages/haskell.scm (ghc-terminfo): 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 6700b51..f3d43c4 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/hask

[PATCH 17/43] gnu: Add ghc-patience.

2016-09-04 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 ae4ef0d..bdbd70b 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/ha

[PATCH 14/43] gnu: Add ghc-tar.

2016-09-04 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 0940dd5..8236ddb 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages

[PATCH 15/43] gnu: Add ghc-transformers.

2016-09-04 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 8236ddb..7e65b52 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/pa

[PATCH 18/43] gnu: Add ghc-monads-tf.

2016-09-04 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 bdbd70b..6171e06 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/ha

[PATCH 23/43] gnu: Add ghc-wl-pprint-text.

2016-09-04 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 486dbb2..3e2b315 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/package

[PATCH 16/43] gnu: Add ghc-findbin.

2016-09-04 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 7e65b52..ae4ef0d 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/hask

[PATCH 11/43] gnu: Add ghc-tasty-th.

2016-09-04 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 421d3a8..7208fb4 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/hask

[PATCH 33/43] gnu: Add ghc-shelly.

2016-09-04 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 0599947..7e9cb51 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/p

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

2016-09-04 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 96c2f70..2cea761 100644 --- a/gnu/packages/haskell.scm ++

[PATCH 31/43] gnu: Add ghc-system-filepath-bootstrap.

2016-09-04 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 39c9667..d7b40fb 100644 --- a/gnu/packages/haskell.s

[PATCH 22/43] gnu: Add ghc-process.

2016-09-04 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 c7b36e0..486dbb2 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskell

[PATCH 41/43] gnu: Add ghc-transformers@0.4.2.0.

2016-09-04 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 7994c79..6212fee 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/h

[PATCH 21/43] gnu: Add ghc-directory.

2016-09-04 Thread ng0
* gnu/packages/haskell.scm (ghc-directory): 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 a1bb501..c7b36e0 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/hask

[PATCH 39/43] gnu: Add ghc-system-filepath.

2016-09-04 Thread ng0
* gnu/packages/haskell.scm (ghc-system-filepath): 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 3cb36ee..730f616 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/p

[PATCH 19/43] gnu: Add ghc-bytestring.

2016-09-04 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 6171e06..e77446c 100644 --- a/gnu/packages/haskell.scm +++ b/

[PATCH 20/43] gnu: Add ghc-colour.

2016-09-04 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 e77446c..a1bb501 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskel

[PATCH 27/43] gnu: Add ghc-array.

2016-09-04 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 40ce46b..1b4e10d 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/haskel

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

2016-09-04 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 6212fee..f68108e 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/ha

[PATCH 24/43] gnu: ghc-fgl: Update to 5.5.3.0.

2016-09-04 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 3e2b315..db983df 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/has

[PATCH 25/43] gnu: Add ghc-fgl-arbitrary.

2016-09-04 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 db983df..cd02060 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/pac

[PATCH 28/43] gnu: Add ghc-findbin.

2016-09-04 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 1b4e10d..6d22964 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/has

[PATCH 26/43] gnu: Add ghc-graphviz.

2016-09-04 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 cd02060..40ce46b 100644 --- a/gnu/packages/haskell.scm +++

[PATCH 35/43] gnu: Add ghc-chell.

2016-09-04 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 aa46e20..96c2f70 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages

[PATCH 40/43] gnu: Add ghc-system-fileio.

2016-09-04 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 730f616..7994c79 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/pa

[PATCH 32/43] gnu: Add ghc-system-fileio-bootstrap.

2016-09-04 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 d7b40fb..0599947 100644 --- a/gnu/packages/haskell.sc

[PATCH 30/43] gnu: Add ghc-lifted-async.

2016-09-04 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 08f9dd2..39c9667 100644 --- a/gnu/packages/haskell.scm +++ b/gnu

[PATCH 38/43] gnu: Add ghc-options.

2016-09-04 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 7263a94..3cb36ee 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packages/ha

[PATCH 43/43] gnu: Add darcs.

2016-09-04 Thread ng0
* gnu/packages/version-control.scm (darcs): New variable. --- gnu/packages/version-control.scm | 73 1 file changed, 73 insertions(+) diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index 9ff9801..caca52c 100644 --- a/gnu/p

[PATCH 29/43] gnu: Add ghc-constraints.

2016-09-04 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 6d22964..08f9dd2 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/packag

[PATCH 34/43] gnu: Add ghc-options-bootstrap.

2016-09-04 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 7e9cb51..aa46e20 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/

[PATCH 37/43] gnu: Add ghc-chell-quickcheck.

2016-09-04 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 2cea761..7263a94 100644 --- a/gnu/packages/haskell.scm +++ b/gnu/pac

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

2016-09-04 Thread ng0
Build environment and log file can be found at https://dl.n0.is/debug/darcs/ , see https://tor.n0.is for tor access. I require help of people with more experience in haskell debugging, this is my first haskell package (series). ng0 writes: > * gnu/packages/version-control.scm (darcs): New varia

Re: Display diffs between generations.

2016-09-04 Thread Roel Janssen
Vincent Legoll writes: > On Thu, Sep 1, 2016 at 2:12 PM, Ludovic Courtès wrote: >> --list-generations=full >>> >>> I think keeping a way to see all generations in one go would be cool >> >> --list-generations would still display all the generations. Or did you >> mean “a way to see *the c

Re: Tracking package submissions with Debbugs

2016-09-04 Thread ng0
Andreas Enge writes: > Hello, > > using debbugs corresponds to a suggestion I made a while ago, so I am > obviously in favour of it... > > On Sun, Sep 04, 2016 at 10:37:02AM +0800, Alex Vong wrote: >> > I think it would make sense to have the one bug report for the "target >> > package" and then

Re: Tracking package submissions with Debbugs

2016-09-04 Thread ng0
Resend because somehow this ended up being send from my unsubscribed address: ng0 writes: > Andreas Enge writes: > >> Hello, >> >> using debbugs corresponds to a suggestion I made a while ago, so I am >> obviously in favour of it... >> >> On Sun, Sep 04, 2016 at 10:37:02AM +0800, Alex Vong wrot

Re: Tracking package submissions with Debbugs

2016-09-04 Thread David Craven
Why is the gitlab not including the rebase feature a deal breaker? It's open source, so disabling the merge button in the ui isn't a big deal. We can continue using git push like we've been doing so far... Also I've mentioned previously - why not gogs - but I'm ok with either.

PYTHONPATH anomaly

2016-09-04 Thread Hartmut Goebel
Hi, Introduction: today I kept struggling with obscure failing tests with a python package: some of the test-files kept failing to import the very package, while others succedes. It figured out that one of the test-files did manipulate sys.path, so the test-files loaded earlier did raise the impo

Re: [PATCH] gnu: git: Update to 2.10.0.

2016-09-04 Thread John Darrington
On Sun, Sep 04, 2016 at 12:02:49PM -0400, Mark H Weaver wrote: John Darrington writes: > * gnu/packages/version-control.scm (git): Update to 2.10.0. This update seems to have broken 'cgit' and maybe also 'ruby-puma'. https://hydra.gnu.org/eval/109142#tabs-now-fail

[PATCH] nls: Update 'de' translation.

2016-09-04 Thread Hartmut Goebel
--- po/guix/de.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/po/guix/de.po b/po/guix/de.po index 1e31052..138abfc 100644 --- a/po/guix/de.po +++ b/po/guix/de.po @@ -1226,7 +1226,7 @@ msgstr "Am Ende der Zusammenfassung darf kein Punkt gesetzt werden" #: guix/scripts/li

Re: [PATCH] nls: Update 'de' translation.

2016-09-04 Thread ng0
Isn't this handled through an external project? Hartmut Goebel writes: > --- > po/guix/de.po | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/po/guix/de.po b/po/guix/de.po > index 1e31052..138abfc 100644 > --- a/po/guix/de.po > +++ b/po/guix/de.po > @@ -1226,7 +1226,7 @@

Re: [PATCH] gnu: git: Update to 2.10.0.

2016-09-04 Thread Leo Famulari
On Sun, Sep 04, 2016 at 07:37:21PM +0200, John Darrington wrote: > On Sun, Sep 04, 2016 at 12:02:49PM -0400, Mark H Weaver wrote: > John Darrington writes: > > * gnu/packages/version-control.scm (git): Update to 2.10.0. > > This update seems to have broken 'cgit' and maybe als

Why was "gnu: wrap-python3: Create more symlinks." reverted?

2016-09-04 Thread Hartmut Goebel
Hello Leo, why did you revert this patch? Having these aliases helps a lot when packaging python (extension) modules. Please reapply! commit 187e9094f7fa79e52820b154bbac855f357553ce Author: Leo Famulari Date: Fri Jul 1 17:03:29 2016 -0400 Revert "gnu: wrap-python3: Create more symlinks."

Re: [PATCH] nls: Update 'de' translation.

2016-09-04 Thread Hartmut Goebel
Am 04.09.2016 um 20:15 schrieb ng0: > Isn't this handled through an external project? I don't know, the header of the file does not tell so. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought

Re: Removing the attic package

2016-09-04 Thread Leo Famulari
On Sun, Sep 04, 2016 at 01:10:39PM +, ng0 wrote: > There has been no update since 2015. Can the current status of the bug > (solved? unsolved? wontfix? work in progress?) be requested from the > upstream developer(s)? The upstream developer has not replied to the bug report [0]. I think we can

Re: [PATCH] gnu: git: Update to 2.10.0.

2016-09-04 Thread Leo Famulari
On Sun, Sep 04, 2016 at 02:14:47PM -0400, Leo Famulari wrote: > > On Sun, Sep 04, 2016 at 12:02:49PM -0400, Mark H Weaver wrote: > > This update seems to have broken 'cgit' and maybe also 'ruby-puma'. > Relevant upstream discussion: > https://lists.zx2c4.com/pipermail/cgit/2016-August/003243.h

Re: Why was "gnu: wrap-python3: Create more symlinks." reverted?

2016-09-04 Thread Leo Famulari
On Sun, Sep 04, 2016 at 08:35:11PM +0200, Hartmut Goebel wrote: > Hello Leo, > > why did you revert this patch? Having these aliases helps a lot when > packaging python (extension) modules. Please reapply! Hi, I reverted the commit in response to this request from Andreas: http://lists.gnu.org/a

QEMU update (security)

2016-09-04 Thread Leo Famulari
This updates QEMU to the latest release, 2.7.0. It fixes at least one security bug (I think that every new QEMU release fixes security bugs): http://seclists.org/oss-sec/2016/q3/394 Tested on x86-64. From a46d80d697e2ed93596a69b9f170b645f8b608a0 Mon Sep 17 00:00:00 2001 From: Leo Famulari Date:

[PATCH] gnu: Add mb2md

2016-09-04 Thread Clément Lassieur
--- gnu/packages/mail.scm | 52 +-- 1 file changed, 50 insertions(+), 2 deletions(-) diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index c07bc52..3c29a95 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -16,6 +16,7 @@

Re: [PATCH] gnu: nano: Update to 2.7.0.

2016-09-04 Thread Leo Famulari
On Sun, Sep 04, 2016 at 12:13:43AM -0500, ren...@openmailbox.org wrote: > From 285a74b1de29f4aa97cfbaf95c3d9ab2d9a4b955 Mon Sep 17 00:00:00 2001 > From: Rene Saavedra > Date: Sun, 4 Sep 2016 00:05:11 -0500 > Subject: [PATCH] gnu: nano: Update to 2.7.0. > > * gnu/packages/nano.scm (nano): Up

Re: Display diffs between generations.

2016-09-04 Thread Ludovic Courtès
Vincent Legoll skribis: > On Thu, Sep 1, 2016 at 2:12 PM, Ludovic Courtès wrote: >> --list-generations=full >>> >>> I think keeping a way to see all generations in one go would be cool >> >> --list-generations would still display all the generations. Or did you >> mean “a way to see *the

Re: [PATCH] nls: Update 'de' translation.

2016-09-04 Thread Ludovic Courtès
Hartmut Goebel skribis: > Am 04.09.2016 um 20:15 schrieb ng0: >> Isn't this handled through an external project? > > I don't know, the header of the file does not tell so. Yes, it’s handled by the Translation Project (TP). has some information. Co

Re: ghc 8

2016-09-04 Thread Ludovic Courtès
ng0 skribis: > should we package ghc 8 in core-updates? It was released in May: > https://ghc.haskell.org/trac/ghc/blog/ghc-8.0.1-released Probably a good idea. :-) This can be done in ‘master’, or, if we change to default GHC, to a dedicated ‘ghc-update’ branch. Ludo’.

(guix modules) and ‘source-module-closure’

2016-09-04 Thread Ludovic Courtès
Hi! Commit 7ca87354db53fd1e1a7a3dfeddb9a598ea064bbe adds (guix module), which provides a way to compute the closure of a Scheme module by looking at its source code. This has to do with typical ‘with-imported-modules’ usage, as explained in the manual: --8<---cut here---s

[PATCH] gnu: Add teximpatient.

2016-09-04 Thread John Darrington
* gnu/packages/tex.scm (teximpatient): New variable. --- gnu/packages/tex.scm | 43 +++ 1 file changed, 43 insertions(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 9dde8a9..a87c2f8 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex