Re: [PATCH] gnu: Add emacs-mew.

2017-01-31 Thread Thomas Danckaert
From: Alex Kost Subject: Re: [PATCH] gnu: Add emacs-mew. Date: Wed, 25 Jan 2017 12:29:14 +0300 This could happen if it adds itself to a sub-directory of "/share/emacs/site-lisp". In 'magit' package, for example, it is fixed by using "lispdir" makeflag. Since this package

[PATCH 1/1] gnu: httpd: Update to 2.4.25 [fixes CVE-2016-{0736, 2161, 5387, 8743}].

2017-01-31 Thread Leo Famulari
* gnu/packages/web.scm (httpd): Update to 2.4.25. [source]: Remove obsolete patch 'httpd-CVE-2016-8740.patch'. * gnu/packages/patches/httpd-CVE-2016-8740.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. --- gnu/local.mk | 1 -

[PATCH 0/1] Apache httpd 2.4.25 security update

2017-01-31 Thread Leo Famulari
Apache httpd 2.4.25 fixes some security-related bugs: https://httpd.apache.org/security/vulnerabilities_24.html Specifically, please note the fix for CVE-2016-8743, which introduces some incompatible changes in how Apache httpd enforces HTTP request grammar. Leo Famulari (1): gnu: httpd:

Re: It’s building!

2017-01-31 Thread myglc2
On 01/12/2017 at 17:10 Ludovic Courtès writes: > Hello Guix! > > Good news: the new machine, bayfront.guixsd.org, is building Guix master > for x86_64/i686 with Cuirass⁰! > > You can get substitutes from https://bayfront.guixsd.org; just authorize > its key (with ‘guix archive --authorize’),

No-more-secrets.

2017-01-31 Thread contact . ng0
This patch adds no-more-secrets to the new (gnu packages art) module.

[PATCH] gnu: Add no-more-secrets.

2017-01-31 Thread contact . ng0
From: ng0 * gnu/packages/art.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add art. --- gnu/local.mk | 1 + gnu/packages/art.scm | 62 2 files changed, 63 insertions(+) create mode 100644

[PATCH] Update giac-xcas

2017-01-31 Thread Nicolas Goaziou
Hello, Here is a patch updating giac-xcas to 1.2.3-19. Regards, -- Nicolas Goaziou0x80A93738 >From 5adc29c2b271de492d8f9f5280368b27e6a477bb Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Tue, 31 Jan 2017 23:50:26

Re: [PATCH] Add r-scran 1.2.0 and all its dependencies

2017-01-31 Thread Ricardo Wurmus
Ricardo Wurmus writes: > Ra writes: > >> Hi Ricardo, >> there was an issue with the r-shiny patch, the license was wrong. So this >> is the new set of patches. > > Thank you. I updated and pushed all patches up to r-shiny. The changes > are: > > *

[PATCH 05/10] gnu: Add ocaml-cppo.

2017-01-31 Thread Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-cppo): New variable. --- gnu/packages/ocaml.scm | 30 ++ 1 file changed, 30 insertions(+) diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index db8bf5863..8e525ff10 100644 --- a/gnu/packages/ocaml.scm +++

[PATCH] gnu: Add tlp.

2017-01-31 Thread Mathieu Othacehe
* gnu/packages/linux (tlp): New variable. --- gnu/packages/linux.scm | 94 ++ 1 file changed, 94 insertions(+) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 395801e8e..691838747 100644 --- a/gnu/packages/linux.scm +++

[PATCH 10/10] gnu: Add ocaml-ppx-compare.

2017-01-31 Thread Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-ppx-compare): New variable. --- gnu/packages/ocaml.scm | 27 +++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 0410dbe83..3238896b5 100644 --- a/gnu/packages/ocaml.scm +++

[PATCH 08/10] gnu: Add ocaml-ppx-inline-test.

2017-01-31 Thread Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-ppx-inline-test): New variable. --- gnu/packages/ocaml.scm | 21 + 1 file changed, 21 insertions(+) diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 57a7fe6fc..b44966248 100644 --- a/gnu/packages/ocaml.scm +++

[PATCH 04/10] gnu: Add ocaml-ppx-driver.

2017-01-31 Thread Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-ppx-driver): New variable. --- gnu/packages/ocaml.scm | 29 + 1 file changed, 29 insertions(+) diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 5820f1599..db8bf5863 100644 --- a/gnu/packages/ocaml.scm +++

[PATCH 09/10] gnu: Add ocaml-ppx-bench.

2017-01-31 Thread Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-ppx-bench): New variable. --- gnu/packages/ocaml.scm | 22 ++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index b44966248..0410dbe83 100644 --- a/gnu/packages/ocaml.scm +++

[PATCH 03/10] gnu: Add ocaml-ppx-optcomp.

2017-01-31 Thread Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-ppx-optcomp): New variable. --- gnu/packages/ocaml.scm | 21 + 1 file changed, 21 insertions(+) diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index ca0674a6d..5820f1599 100644 --- a/gnu/packages/ocaml.scm +++

[PATCH 07/10] gnu: Add ocaml-ppx-type-conv.

2017-01-31 Thread Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-ppx-type-conv): New variable. --- gnu/packages/ocaml.scm | 24 1 file changed, 24 insertions(+) diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index bcf9d0c9a..57a7fe6fc 100644 --- a/gnu/packages/ocaml.scm +++

[PATCH 01/10] gnu: Add ocaml-fieldslib.

2017-01-31 Thread Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-fieldslib): New variable. --- gnu/packages/ocaml.scm | 18 ++ 1 file changed, 18 insertions(+) diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 9a0bc9112..8e3deb7a1 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm

[PATCH 06/10] gnu: Add ocaml-ppx-deriving.

2017-01-31 Thread Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-ppx-deriving): New variable. --- gnu/packages/ocaml.scm | 39 +++ 1 file changed, 39 insertions(+) diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 8e525ff10..bcf9d0c9a 100644 --- a/gnu/packages/ocaml.scm +++

[PATCH 02/10] gnu: Add ocaml-ppx-core.

2017-01-31 Thread Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-ppx-core): New variable. --- gnu/packages/ocaml.scm | 24 1 file changed, 24 insertions(+) diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 8e3deb7a1..ca0674a6d 100644 --- a/gnu/packages/ocaml.scm +++

[PATCH 00/10] ocaml patches

2017-01-31 Thread Julien Lepiller
Here is the next series of patches. I think I took into account all of your previous remarks, so it should be faster. Julien Lepiller (10): gnu: Add ocaml-fieldslib. gnu: Add ocaml-ppx-core. gnu: Add ocaml-ppx-optcomp. gnu: Add ocaml-ppx-driver. gnu: Add ocaml-cppo. gnu: Add

Re: [PATCH] gnu: Add xinetd.,Re: [PATCH] gnu: Add xinetd.

2017-01-31 Thread Thomas Danckaert
From: Leo Famulari Subject: Re: [PATCH] gnu: Add xinetd.,Re: [PATCH] gnu: Add xinetd. Date: Tue, 31 Jan 2017 15:10:22 -0500 > I pushed with the following changes. > > I added more comments to the patch files. I think that patches should > include a link to upstream bug

Re: [PATCH] gnu: Add xinetd.,Re: [PATCH] gnu: Add xinetd.

2017-01-31 Thread Leo Famulari
On Tue, Jan 31, 2017 at 08:49:16AM +0100, Thomas Danckaert wrote: > From: Leo Famulari > I've added a patch that fixes a file descriptor leak (and created a pull > request for it). There's also a patch to fix compilation on hurd, but > that's probably something that should be

[PATCH 2/3] gnu: Add wlc.

2017-01-31 Thread contact . ng0
From: ng0 * gnu/packages/wm.scm (wlc): New variable. --- gnu/packages/wm.scm | 53 + 1 file changed, 53 insertions(+) diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index aec1ed139..8d3c1ca6b 100644 ---

Sway - a wayland i3 compatible compositor [RFC]

2017-01-31 Thread contact . ng0
Right now I'm stuck at the manpage generation of sway, the dependencies are alright. Error message below. Help is welcome :) -- Configuring done -- Generating done -- Build files have been written to: /tmp/guix-build-sway-0.11.drv-0/build phase `configure' succeeded after 2.8 seconds starting

[PATCH 1/3] gnu: Add chck.

2017-01-31 Thread contact . ng0
From: ng0 * gnu/packages/wm.scm (chck): New variable. --- gnu/packages/wm.scm | 33 + 1 file changed, 33 insertions(+) diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index 8612867f4..aec1ed139 100644 --- a/gnu/packages/wm.scm

[PATCH 3/3] gnu: Add sway.

2017-01-31 Thread contact . ng0
From: ng0 * gnu/packages/wm.scm (sway): New variable. --- gnu/packages/wm.scm | 56 + 1 file changed, 56 insertions(+) diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm index 8d3c1ca6b..97e96f2e9 100644 ---

Re: [PATCH 6/6] gnu: Add neovim.

2017-01-31 Thread Ricardo Wurmus
Ludovic Courtès writes: >> +(inputs >> + `(("libuv" ,libuv) >> + ("gettext" ,gettext-minimal) >> + ("gperf" ,gperf) > > I’d expect gettext and gperf to be native inputs instead? Ah, yes, you’re right. Pushed it with this change. Thanks! -- Ricardo

Re: [PATCH] gnu: Add liboauth.

2017-01-31 Thread Leo Famulari
On Tue, Jan 31, 2017 at 12:42:57AM +0100, Danny Milosavljevic wrote: Thanks! > * gnu/packages/gnuzilla.scm (liboauth): New variable. Does it have anything to do with Mozilla? If not, I think that the admin module could be appropriate, or a new oauth module. > +;; You can choose either

Re: [PATCH 5/6] gnu: Add lua5.2-lpeg.

2017-01-31 Thread Ricardo Wurmus
Ludovic Courtès writes: > Ricardo Wurmus skribis: > >> * gnu/packages/lua.scm (lua5.2-lpeg): New variable. > > I think you didn’t get feedback on this one. > >> +(define-public lua5.2-lpeg >> + (package (inherit lua-lpeg) >> +(name

Re: [PATCH 1/1] gnu: libevent: Update to 2.1.8.

2017-01-31 Thread Leo Famulari
On Mon, Jan 30, 2017 at 11:41:06PM +0100, Marius Bakke wrote: > * gnu/packages/libevent.scm (libevent): Update to 2.1.8. > [inputs]: Move everything to ... > [native-inputs]: ... here. Change 'python-wrapper' to 'python-2'. > (libevent-2.0): New variable. > *

[PATCH] gnu: Add sedsed.

2017-01-31 Thread contact . ng0
From: ng0 * gnu/packages/admin.scm (sedsed): New variable. --- gnu/packages/admin.scm | 65 +- 1 file changed, 64 insertions(+), 1 deletion(-) diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index

sedsed, v2

2017-01-31 Thread contact . ng0
Change: indendation fix.

Re: [PATCH] gnu: Add sedsed.

2017-01-31 Thread ng0
contact@cryptolab.net writes: > From: ng0 > > * gnu/packages/admin.scm (sedsed): New variable. > --- > gnu/packages/admin.scm | 65 > +- > 1 file changed, 64 insertions(+), 1 deletion(-) > > diff --git

[PATCH] gnu: Add sedsed.

2017-01-31 Thread contact . ng0
From: ng0 * gnu/packages/admin.scm (sedsed): New variable. --- gnu/packages/admin.scm | 65 +- 1 file changed, 64 insertions(+), 1 deletion(-) diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index

Sedsed

2017-01-31 Thread contact . ng0
This adds a package from my 'packages' repository. I have it in use for a while now, so the "it works" factor is covered.

Re: [PATCH] gnu: gmsh: Update to 2.16.0

2017-01-31 Thread Marius Bakke
Paul Garlick writes: > * gnu/packages/maths.scm (gmsh): Update to 2.16.0 Applied, thanks! signature.asc Description: PGP signature

Re: Fix the reducelcs license

2017-01-31 Thread ng0
Marius Bakke writes: > Kei Kebreau writes: > >> contact@cryptolab.net writes: >> >>> If I am not wrong: When no "Version 3 only" is specified, it is always >>> "and later". >> >> Is there text in the GPL3 that says this? I was under the impression

Re: [PATCH v2] gnu: dtc: Update description to reference HOWTO.

2017-01-31 Thread Marius Bakke
Danny Milosavljevic writes: > * gnu/packages/u-boot.scm (dtc)[description]: Modify. > --- > gnu/packages/u-boot.scm | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/gnu/packages/u-boot.scm b/gnu/packages/u-boot.scm > index

Re: Fix the reducelcs license

2017-01-31 Thread Marius Bakke
Kei Kebreau writes: > contact@cryptolab.net writes: > >> If I am not wrong: When no "Version 3 only" is specified, it is always >> "and later". > > Is there text in the GPL3 that says this? I was under the impression > that the "or any later version" clause had to be

[Running Guile]: error while loading shared libraries: libguile-2.0.so.22

2017-01-31 Thread rohit yadav
Hi All, I believe it is a trivial question for many but I am a little stuck. I am trying to learn guile. I installed it using guix package manager. I have specified all the environment variables suggested by guix after installation. However, when I am trying to run a C program calling libguile

[PATCH] gnu: dub: Patch pkg-config name.

2017-01-31 Thread Danny Milosavljevic
* gnu/packages/ldc.scm (dub)[arguments]: Add 'patch-paths' phase. --- gnu/packages/ldc.scm | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/gnu/packages/ldc.scm b/gnu/packages/ldc.scm index 4b10ac25e..e131c473d 100644 --- a/gnu/packages/ldc.scm +++

[PATCH] gnu: gmsh: Update to 2.16.0

2017-01-31 Thread Paul Garlick
* gnu/packages/maths.scm (gmsh): Update to 2.16.0 --- gnu/packages/maths.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 11b8181..d479472 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -1014,14

Fwd: [Running Guile]: error while loading shared libraries: libguile-2.0.so.22

2017-01-31 Thread rohit yadav
Hi All, I believe it is a trivial question for many but I am a little stuck. I am trying to learn guile. I installed it using guix package manager. I have specified all the environment variables suggested by guix after installation. However, when I am trying to run a C program calling libguile

Re: Fix the reducelcs license

2017-01-31 Thread Kei Kebreau
contact@cryptolab.net writes: > If I am not wrong: When no "Version 3 only" is specified, it is always > "and later". Is there text in the GPL3 that says this? I was under the impression that the "or any later version" clause had to be specified explicitly. It doesn't help that there aren't

Re: postorius, v2

2017-01-31 Thread Hartmut Goebel
Am 30.01.2017 um 12:22 schrieb contact@cryptolab.net: > Changes: > > Applied what has been previously pointed out by Harmut. > Changed copyright headers. > > LGTM -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com |

[PATCH 5/5] gnu: libextractor: Move .a files to output "static".

2017-01-31 Thread contact . ng0
From: ng0 * gnu/packages/gnunet.scm (libextractor): Move .a files to "static" output. [arguments](phases): New phase for moving .a files to output "static". --- gnu/packages/gnunet.scm | 19 ++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git

[PATCH 3/5] gnu: Add libsmf.

2017-01-31 Thread contact . ng0
From: ng0 * gnu/packages/music.scm (libsmf): New variable. --- gnu/packages/music.scm | 49 + 1 file changed, 49 insertions(+) diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index b8b97eb14..ce874ac43 100644 ---

[PATCH 4/5] gnu: libextractor: Add dependencies.

2017-01-31 Thread contact . ng0
From: ng0 * gnu/packages/gnunet.scm (libextractor): Add dependencies: tidy-html, libmp4v2, libsmf, bzip2. [arguments](configure-flags): Add "--with-libtidy". * Adjust the FIXME comment section accordingly. --- gnu/packages/gnunet.scm | 17 +++-- 1 file changed, 11

[PATCH 1/5] gnu: Add libmp4v2.

2017-01-31 Thread contact . ng0
From: ng0 * gnu/packages/video.scm (libmp4v2): New variable. --- gnu/packages/video.scm | 56 +- 1 file changed, 55 insertions(+), 1 deletion(-) diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index

libextractor dependencies: libmp4v2, tidy-html, libsmf.

2017-01-31 Thread contact . ng0
[PATCH 1/5] gnu: Add libmp4v2. Take a look at the included XXX note I wrote. [PATCH 2/5] gnu: Add tidy-html. [PATCH 3/5] gnu: Add libsmf. [PATCH 4/5] gnu: libextractor: Add dependencies. Add the 3 missing dependencies. [PATCH 5/5] gnu: libextractor: Move .a files to output "static". Size

[PATCH 2/5] gnu: Add tidy-html.

2017-01-31 Thread contact . ng0
From: ng0 * gnu/packages/web.scm (tidy-html): New variable. --- gnu/packages/web.scm | 51 ++- 1 file changed, 50 insertions(+), 1 deletion(-) diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 67b9797bb..8a29eead1

Re: GNOME evolution, a start.

2017-01-31 Thread ng0
The text was forgotten that I will not continue to work on this. Feel free to pick up or let it bitrot. contact@cryptolab.net writes: > checking whether to build gtk-doc documentation... no > checking for GTKDOC_DEPS... yes > checking for Win32... no > checking for nl_langinfo... yes >

[PATCH] gnu: Add blists.

2017-01-31 Thread contact . ng0
From: ng0 * gnu/packages/mail.scm (blists): New variable. --- gnu/packages/mail.scm | 35 +++ 1 file changed, 35 insertions(+) diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index b17af4043..ad09f1e7b 100644 ---

Mail: BLISTS.

2017-01-31 Thread contact . ng0
This patch adds blists, as used by http://lists.openwall.net/ According to http://www.openwall.com/blists/ and its README it should just work.

[PATCH 3/7] gnu: Add python2-ruamel.ordereddict

2017-01-31 Thread contact . ng0
From: ng0 * gnu/packages/python.scm (python2-ruamel.ordereddict): New variable. --- gnu/packages/python.scm | 28 1 file changed, 28 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index f6516d26b..cef9d2a8c

[PATCH 7/7] gnu: Add tinycm.

2017-01-31 Thread contact . ng0
From: ng0 * gnu/packages/web.scm (tinycm): New variable. --- gnu/packages/web.scm | 37 - 1 file changed, 36 insertions(+), 1 deletion(-) diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 67b9797bb..465e1ea8f 100644 ---

[PATCH 6/7] gnu: Add python-ruamel.yaml.

2017-01-31 Thread contact . ng0
From: ng0 * gnu/packages/python.scm (python-ruamel.yaml): New variable. --- gnu/packages/python.scm | 35 +++ 1 file changed, 35 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 285207543..583f57b6f 100644

[PATCH 2/7] gnu: Add python-colorlog.

2017-01-31 Thread contact . ng0
From: ng0 * gnu/packages/python.scm (python-colorlog): New variable. --- gnu/packages/python.scm | 27 +++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 58222be4d..f6516d26b 100644 ---

[PATCH 1/7] gnu: Add python-boolexp.

2017-01-31 Thread contact . ng0
From: ng0 * gnu/packages/python.scm (python-boolexp): New variable. --- gnu/packages/python.scm | 29 + 1 file changed, 29 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 9e33412d8..58222be4d 100644 ---

tinycm.

2017-01-31 Thread contact . ng0
This patch series must have been forgotten. Leo wrote on 2016-09-25: LGTM. I will probably make some minor edits to the description. Meanwhile updates probably have been released on all of these python packages, but I'm deleting the branch now. This has been rebased on master and besides the

[PATCH 4/7] gnu: Add python-distro.

2017-01-31 Thread contact . ng0
From: ng0 * gnu/packages/python.scm (python-distro): New variable. --- gnu/packages/python.scm | 40 +++- 1 file changed, 39 insertions(+), 1 deletion(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index

[PATCH 5/7] gnu: Add python-typing.

2017-01-31 Thread contact . ng0
From: ng0 * gnu/packages/python.scm (python-typing): New variable. --- gnu/packages/python.scm | 27 +++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 88762a412..285207543 100644 ---

Re: Adding ‘--enable-openbsd-malloc’ configure-flag to Tor.

2017-01-31 Thread ng0
ng0 writes: > Tobias Geerinckx-Rice writes: > >> Guix, >> >> On 30/01/17 23:44, Ludovic Courtès wrote: >>> Re: [PATCH] gnu: tor: Add hardening configure-flags. >>> >>> Applied, thanks. >> >> Ah, just too late :-) Although this isn't hardening-related.

Re: Adding ‘--enable-openbsd-malloc’ configure-flag to Tor.

2017-01-31 Thread ng0
Tobias Geerinckx-Rice writes: > Guix, > > On 30/01/17 23:44, Ludovic Courtès wrote: >> Re: [PATCH] gnu: tor: Add hardening configure-flags. >> >> Applied, thanks. > > Ah, just too late :-) Although this isn't hardening-related. > > I'd like to also add the

Fix the reducelcs license

2017-01-31 Thread contact . ng0
If I am not wrong: When no "Version 3 only" is specified, it is always "and later".

[PATCH] gnu: reducelcs: Correct license.

2017-01-31 Thread contact . ng0
From: ng0 * gnu/packages/maths.scm (reducelcs)[license]: No explicit "Version 3 only" is specified so the license must be GPL3+. --- gnu/packages/maths.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gnu/packages/maths.scm

Re: FOSDEM social dinner

2017-01-31 Thread Alex Sassmannshausen
Hi Benz, Sure — welcome :-) Alex Benz Schenk writes: > Hi > > I'm somewhat late to the party as I wasn't sure whether I could make it > to FOSDEM this year, but aparently I will. > > If it's still ok, I'd love to join ^^ > > Best regards > > Benz > > On Fri, 20 Jan 2017 14:27:11 +0100 > Alex

Re: Building around Guix, some observations

2017-01-31 Thread Ludovic Courtès
Hi Christopher, Woow, that’s a lot of great work and a lot of questions! :-) Christopher Baines skribis: > Specifically, the paragraphs below are about: > - Bundler and gem packages > - Using a specific revision of Guix > - Shared networking in guix system container > -

Re: [PATCH 09/10] gnu: Add ocaml-js-build-tools.

2017-01-31 Thread Ludovic Courtès
Julien Lepiller skribis: > I was replying to the correct message, but not with the correct patch. OK. :-) > From 96a8ec5f4ad68c14f49335bf58d27ef21c2419f7 Mon Sep 17 00:00:00 2001 > From: Julien Lepiller > Date: Fri, 27 Jan 2017 22:58:50 +0100 >

[PATCH v2] gnu: dtc: Update description to reference HOWTO.

2017-01-31 Thread Danny Milosavljevic
* gnu/packages/u-boot.scm (dtc)[description]: Modify. --- gnu/packages/u-boot.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/u-boot.scm b/gnu/packages/u-boot.scm index cdd52d874..3468fe5a7 100644 --- a/gnu/packages/u-boot.scm +++