[PATCH] gnu: dillo: New module

2016-04-16 Thread Kei Yamashita
Begin forwarded message: Date: Sun, 17 Apr 2016 00:04:30 -0400 From: Kei Yamashita To: Leo Famulari Subject: Re: [PATCH] gnu: dillo: New module Indeed I did. :-P On Sat, 16 Apr 2016 23:25:57 -0400 Leo Famulari wrote: > I think

[PATCH] gnu: dillo: New module

2016-04-16 Thread Kei Yamashita
I'm not sure what the process is for a new module. Please guide me in this if something else needs to be done.

[PATCH] gnu: Add Xft support to FLTK.

2016-04-16 Thread Kei Yamashita
This patch is in preparation for the Dillo browser package. 0001-gnu-Add-Xft-support-to-FLTK.patch Description: Binary data

[PATCH] IPython: Use 'python2-variant'.

2016-04-16 Thread Ben Woodcroft
Hi, This hopefully should be a pretty straightforward patch, but I just wanted to check that I was doing the correct thing this first time. Seems to make the code much cleaner. Does it make sense to go through all the python packages and convert them all to the python2-variant style? As I

Re: [PATCH 1/2] build: Move included files to subdirectories.

2016-04-16 Thread Ludovic Courtès
Mathieu Lirzin skribis: > l...@gnu.org (Ludovic Courtès) writes: > >> Eric Bavier skribis: >>> >>> I don't prefer the "local.mk" convention. It becomes >>> non-obvious that the file is input for Automake, and the name loses any >>> descriptive power.

Re: [PATCH] services: 'console-keymap-service' takes multiple files.

2016-04-16 Thread Ludovic Courtès
Albin skribis: > Den 2016-04-16 kl. 10:24, skrev Alex Kost: >> Albin (2016-04-16 05:47 +0300) wrote: >> >>> Den 2016-04-15 kl. 23:17, skrev Ludovic Courtès: Alex Kost skribis: >> [...] > @deffn {Scheme Procedure} console-keymap-service @var{files}

Re: guix-daemon hitting systemd TasksMax

2016-04-16 Thread Ludovic Courtès
Leo Famulari skribis: > On Sat, Apr 16, 2016 at 03:12:15PM +0200, Joram Schrijver wrote: >> I am running Arch Linux, also with systemd 229. It doesn't look like >> Debian applies any patches to systemd, so our installations should >> pretty much be the same. >> >> Perhaps

[PATCH] version bump libgcrypt -> 1.7

2016-04-16 Thread ng0
I created a new inherit for this, maybe this is too cautious, but just in case as I did not have any more time than version bump + test build, here is the patch for the new version. >From 9222453334b4a5136a746076b69f5e1a6e30b3c1 Mon Sep 17 00:00:00 2001 From: Nils Gillmann

Re: avr-gcc

2016-04-16 Thread Jan Nieuwenhuizen
Ludovic Courtès writes: > Jan Nieuwenhuizen skribis: > >> Except for packages that need a native gcc to build tools during build >> time (CC_FOR_BUILD). For such packages (like Bash or Guile), >> standard-packages must include gcc again. Then, the build recipe's >> phases must

[PATCH] linux: alsa: update to 1.1.1

2016-04-16 Thread Danny Milosavljevic
Hi, this updates ALSA to 1.1.1. I removed alsa-lib-mips-atomic-fix.patch since I don't have MIPS and thus can't test it. So could someone please check it and re-add? I also added alsa-plugins. It contains shared objects to be loaded in asoundrc or user asoundrc. For example it contains a

[PATCH] gnu: wxwidgets: enable extended regular expressions.

2016-04-16 Thread Danny Milosavljevic
Hi, this patch enables extended regular expression support in wxwidgets. It's needed for kicad. I tried to test the other packages that depend on wxwidgets (wxmaxima and audacity) but even without the patch they are in various states of brokenness. See my bug reports on the problems. These

[PATCH] Add cabextract.

2016-04-16 Thread Danny Milosavljevic
Hi, this patch adds cabextract, an extractor for CAB files. (libmspack is already in, but cabextract isn't) * gnu/packages/compression.scm (cabextract): New variable. --- b/gnu/packages/compression.scm | 23 +++ 1 file changed, 23 insertions(+) diff --git

Re: [PATCH] gnu: Add marst.

2016-04-16 Thread Leo Famulari
On Sat, Apr 16, 2016 at 04:12:52AM +0200, John Darrington wrote: > * gnu/packages/marst.scm: New file. > * gnu-system.am: Add it. LGTM! You might augment the description with the list of components on marst's home page. That information may be useful to readers.

Re: Proposal: Adding unversioned aliases to python3 binaries

2016-04-16 Thread Leo Famulari
On Sat, Apr 16, 2016 at 04:42:15PM +0200, Hartmut Goebel wrote: > Hi, > > I'm stepping into problems packaging python modules again and again > since Python 3.4 is not available as `python`. Same for pip, and other > binaries in the python-3 package. Can you look at the 'python-wrapper' package

Re: guix-daemon hitting systemd TasksMax

2016-04-16 Thread Leo Famulari
On Sat, Apr 16, 2016 at 03:12:15PM +0200, Joram Schrijver wrote: > I am running Arch Linux, also with systemd 229. It doesn't look like > Debian applies any patches to systemd, so our installations should > pretty much be the same. > > Perhaps the limit is only reached during the build process of

Re: [WIP 7/8] gnu: Add gfbgraph.

2016-04-16 Thread Leo Famulari
On Sat, Apr 16, 2016 at 12:37:10PM +0300, Alex Kost wrote: > Alex Kost (2016-04-16 12:32 +0300) wrote: > > > Leo Famulari (2016-04-16 06:02 +0300) wrote: > [...] > >> + (sha256 > >> + (base32 > >> +"1dp0v8ia35fxs9yhnqpxj3ir5lh018jlbiwifjfn8ayy7h47j4fs" ;

Proposal: Adding unversioned aliases to python3 binaries

2016-04-16 Thread Hartmut Goebel
Hi, I'm stepping into problems packaging python modules again and again since Python 3.4 is not available as `python`. Same for pip, and other binaries in the python-3 package. I propose a) for python 3: adding symlinks from the unversioned binary name (e.b. python) to the versioned ones

Re: [PATCH] services: 'console-keymap-service' takes multiple files.

2016-04-16 Thread Albin
Den 2016-04-16 kl. 10:24, skrev Alex Kost: > Albin (2016-04-16 05:47 +0300) wrote: > >> Den 2016-04-15 kl. 23:17, skrev Ludovic Courtès: >>> Alex Kost skribis: > [...] @deffn {Scheme Procedure} console-keymap-service @var{files} ... @cindex keyboard layout

Re: guix-daemon hitting systemd TasksMax

2016-04-16 Thread Joram Schrijver
On Sat, Apr 16, 2016, at 03:29 AM, Leo Famulari wrote: > On Fri, Apr 15, 2016 at 01:37:32AM +0200, Joram Schrijver wrote: > > Hi, > > > > In version 228, systemd introduced a unit attribute `TasksMax`[1] that > > limits the number of tasks that can run in a unit. It has effect on > > kernel

Re: [REQ/DISCUSSION] patch managing system

2016-04-16 Thread Ludovic Courtès
l...@gnu.org (Ludovic Courtès) skribis: > The best patch-tracking candidate I’ve seen so far is “patches”, written > by/for the QEMU people (the ‘patches’ package in Guix.) > > https://www.gnu.org/software/guix/packages/#patches > > I think it has everything most of us want, including an Emacs

Re: [WIP 7/8] gnu: Add gfbgraph.

2016-04-16 Thread Alex Kost
Alex Kost (2016-04-16 12:32 +0300) wrote: > Leo Famulari (2016-04-16 06:02 +0300) wrote: [...] >> + (sha256 >> + (base32 >> +"1dp0v8ia35fxs9yhnqpxj3ir5lh018jlbiwifjfn8ayy7h47j4fs" ; >> 0.2.3 >

Re: [WIP 7/8] gnu: Add gfbgraph.

2016-04-16 Thread Alex Kost
Leo Famulari (2016-04-16 06:02 +0300) wrote: > * gnu/packages/gnome.scm (gfbgraph): New variable. > --- > gnu/packages/gnome.scm | 33 + > 1 file changed, 33 insertions(+) > > > diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm > index c213da0..fa21a38

Re: [PATCH 1/3] doc: Add specification for Java packages

2016-04-16 Thread Alex Kost
Leo Famulari (2016-04-15 23:15 +0300) wrote: > On Thu, Apr 14, 2016 at 09:51:35PM +0200, Hartmut Goebel wrote: >> * doc/guix.texi (Java Packages): New subsection. > > Something about this patch would break the build if applied. The output > of `make` is below. > > Can you look into it? If not, I

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

2016-04-16 Thread Hartmut Goebel
Am 15.04.2016 um 23:52 schrieb Ludovic Courtès: > Could you check what it takes to run it? I'll take care of it. Fixing this will take some time, since djangos test-suite requires 7 python packages which are not yet in guix. -- Regards Hartmut Goebel | Hartmut Goebel |

[PATCH 0/2] Updated: Prefix "java-" for Java packages

2016-04-16 Thread Hartmut Goebel
As discussed on the mailinglist these day, these patches introduce the prefix "java-" for Java packages. These are updated patches for those I send earlier these days. Issues when building the manual should be fixed now. I also removed the last patch, which added aliases for the old names, and

[PATCH 2/2] gnu: Rename Java packages to match new naming specification.

2016-04-16 Thread Hartmut Goebel
* gnu/packages/bioinformatics.scm (htsjdk) (ngs-java): rename to ... (java-htsjdk) (java-ngs) ... this. (ncbi-vdb) [configure] [inputs] Use new name. * gnu/packages/java.scm (swt): rename to ... (java-swt) ... this. * gnu/packages/music.scm (tuxguitar) [make-flags] [inputs] [PROPERTIES]:

[PATCH 1/2] doc: Add specification for Java packages

2016-04-16 Thread Hartmut Goebel
* doc/guix.texi (Java Packages): New subsection. --- doc/guix.texi | 21 + 1 file changed, 21 insertions(+) diff --git a/doc/guix.texi b/doc/guix.texi index 6c7107c..b54582b 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -225,6 +225,7 @@ Packaging Guidelines * Synopses

Re: [PATCH] services: 'console-keymap-service' takes multiple files.

2016-04-16 Thread Alex Kost
Albin (2016-04-15 23:19 +0300) wrote: > Den 2016-04-15 kl. 18:10, skrev Alex Kost: [...] >> Albin, does "loadkeys se-ir209 se-fi-ir209" do the right thing for you? > > Yes. I tried it with the GuixSD USB installer on two different > computers -- a macbook and a traditional desktop PC. > >> If I

Re: [PATCH] services: 'console-keymap-service' takes multiple files.

2016-04-16 Thread Alex Kost
Albin (2016-04-16 05:47 +0300) wrote: > Den 2016-04-15 kl. 23:17, skrev Ludovic Courtès: >> Alex Kost skribis: [...] >>> @deffn {Scheme Procedure} console-keymap-service @var{files} ... >>> @cindex keyboard layout >>> Return a service to load console keymaps from @var{files}