Re: [PATCH] gnu: services: Add bluetooth-service.

2016-06-15 Thread Alex Griffin
Thanks for writing this, I've been wanting bluetooth support for a while! I added this to my system services and added my user to the "lp" group, but I still ran into a few issues. GNOME still didn't recognize my bluetooth adaptor, so I tried using bluetoothctl from the command line. Several

Re: Trying to build latest Icedtea / Java 6 [security update]

2016-06-15 Thread Danny Milosavljevic
On Wed, 1 Jun 2016 02:29:54 -0400 Leo Famulari wrote: > On Wed, Jun 01, 2016 at 08:07:53AM +0200, Ricardo Wurmus wrote: > >http://icedtea.classpath.org/hg/icedtea6/rev/60be25a84f2d > > > > we should apply this change to the 1.13.11 sources. > > Tested successfully,

Re: [PATCH] gnu: Add quesoglc.

2016-06-15 Thread Leo Famulari
On Wed, Jun 15, 2016 at 02:55:33PM -0400, Kei Kebreau wrote: > > This is an OpenGL tool that some free software games use. > Builds fine on my machine, so a second test would be nice. :-) It builds for me on x86_64 :) > +(synopsis "Free implementation of the OpenGL Character Renderer

[PATCH] Update perl-test-simple

2016-06-15 Thread ng0
This updates test-simple, needed for Perl Curses tests. Possibly it would even function with an older version, but if there's a new version, why not update it. From 44e972f8cc2019f63b4df980a2928342e105b706 Mon Sep 17 00:00:00 2001 From: ng0 Date: Wed, 15 Jun 2016

Re: [WIP 0/8] GNOME Maps

2016-06-15 Thread Leo Famulari
On Wed, Jun 15, 2016 at 02:25:15PM +0200, Ludovic Courtès wrote: > Leo Famulari skribis: > > I found it only works from within GNOME. In i3, it fails like this: > > http://paste.lisp.org/display/318375 > > Which of these warnings show up when running it on GNOME? It’s hard

Re: [PATCH] gnu: perl-net-psyc

2016-06-15 Thread ng0
Optional dependencies incoming in the future, Perl Curses being the first one. They are optional and need to explanation as the binaries themselves complaint (and give you motivation to package them ;) ) On 2016-06-15(04:39:30PM+), ng0 wrote: > From 10eeb85733c67c4fdd5cd4df84457a565e45971e

[PATCH] gnu: perl-net-psyc

2016-06-15 Thread ng0
From 10eeb85733c67c4fdd5cd4df84457a565e45971e Mon Sep 17 00:00:00 2001 From: ng0 Date: Wed, 15 Jun 2016 16:30:30 + Subject: [PATCH] gnu: Add perl-net-psyc. * gnu/packages/perl.scm (perl-net-psyc): New Variable. --- gnu/packages/perl.scm | 71

Re: [PATCH] 0 of 2: emacs-lua-mode, emacs-ebuild-mode

2016-06-15 Thread Alex Kost
ng0 (2016-06-14 15:22 +0300) wrote: > On 2016-06-14(11:46:08+0300), Alex Kost wrote: >> ng0 (2016-06-14 00:35 +0300) wrote: >> >> > The following 2 patches add 2 new major modes. >> > >> > 2 is to be applied after 1 for they directly >> > follow each other in the emacs.scm file >> >> The patches

[PATCH] gnu: services: Add bluetooth-service.

2016-06-15 Thread 宋文武
* gnu/services/desktop.scm (bluetooth-shepherd-service) (bluetooth-service): New Prodecures. (bluetooth-service-type): New variable. * doc/guix.text (Desktop Services): Document it. --- doc/guix.texi| 7 +++ gnu/services/desktop.scm | 34 ++ 2

Re: [PATCH] gnu: Add gengetopt.

2016-06-15 Thread Ricardo Wurmus
Ludovic Courtès writes: > Ricardo Wurmus skribis: > >> * gnu/packages/popt.scm (gengetopt): New variable. > > LGTM, thank you! Thanks for the review. Pushed to master. ~~ Ricardo

Re: [PATCH] guix: Add downloader for Mercurial repositories.

2016-06-15 Thread Ricardo Wurmus
Ludovic Courtès writes: > Ricardo Wurmus skribis: > >> * guix/build/hg.scm: New file. >> * guix/hg-download.scm: New file. >> * Makefile.am (MODULES): Add them. > > [...] > >> +(gexp->derivation (or name "hg-checkout") build >> +

Re: [PATCH] gnu: Add log4cpp.

2016-06-15 Thread Ricardo Wurmus
Ludovic Courtès writes: > Ricardo Wurmus skribis: > >> * gnu/packages/logging.scm: New file. >> * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. > > LGTM, thanks! Thanks for looking over it. I’ve pushed the commit to master. ~~ Ricardo

Re: [PATCH] gnu: Add r-bsgenome-mmusculus-ucsc-mm10.

2016-06-15 Thread Ricardo Wurmus
Andreas Enge writes: > Hello Ricardo, > > On Tue, Jun 14, 2016 at 02:50:30PM +0200, Ricardo Wurmus wrote: >> * gnu/packages/bioinformatics.scm (r-bsgenome-mmusculus-ucsc-mm10): New >> variable. > > this looks safe to push. Thanks. Pushing to master now. ~~ Ricardo

Re: Install gpg2 as gpg

2016-06-15 Thread Leo Famulari
On Wed, Jun 15, 2016 at 02:53:00PM +0200, Andreas Enge wrote: > On Tue, Jun 14, 2016 at 09:50:01AM -0400, Leo Famulari wrote: > > On Tue, Jun 14, 2016 at 02:09:41PM +0200, Ludovic Courtès wrote: > > > Leo Famulari skribis: > > > > > > > There was discussion of installing the

Re: [PATCH] gnu: services: Add mysql-service.

2016-06-15 Thread 宋文武
l...@gnu.org (Ludovic Courtès) writes: > Hello! > > 宋文武 skribis: > >> * gnu/services/database.scm (): New record type. >> (%mysql-accounts, mysql-service-type): New variables. >> (mysql-configuration-file, %mysql-activation, mysql-shepherd-services) >> (mysql-services): New

Re: OpenSSL CVE-2016-2177, CVE-2016-2178

2016-06-15 Thread Leo Famulari
On Tue, Jun 14, 2016 at 02:13:25PM +0200, Ludovic Courtès wrote: > Since you’ve already done the work, I think we should simply apply those > fixes. Applied as 9c4a8514d

Re: Adding wc to Bournish

2016-06-15 Thread Ludovic Courtès
Efraim Flashner skribis: > From 09eef9cd841a7d212e024be0609168611923696b Mon Sep 17 00:00:00 2001 > From: Efraim Flashner > Date: Sun, 22 May 2016 14:56:06 +0300 > Subject: [PATCH] bournish: Add `wc' command. > > * guix/build/bournish.scm

WIP Java certificates

2016-06-15 Thread Ricardo Wurmus
Hi Guix, I noticed that IcedTea/OpenJDK does not actually generate a certificate store at build time — the store at “$out/lib/security/cacerts” is empty. As a result, accessing websites via HTTPS fails. I’m now attempting to write a package that provides such a keystore by automatically

Re: [PATCH] guix: Add downloader for Mercurial repositories.

2016-06-15 Thread Ludovic Courtès
Ricardo Wurmus skribis: > * guix/build/hg.scm: New file. > * guix/hg-download.scm: New file. > * Makefile.am (MODULES): Add them. [...] > +(gexp->derivation (or name "hg-checkout") build > + #:system system > +

Re: [PATCH v5] gnu: Add teensy-loader-cli.

2016-06-15 Thread Hartmut Goebel
Am 15.06.2016 um 15:31 schrieb Ludovic Courtès: > I’ve finally applied it and took the liberty to make a few changes (I > didn’t want to bother you another time!). Thanks :-) -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | |

[PATCH] gnu: Add SEEK.

2016-06-15 Thread Ricardo Wurmus
Hi Guix, here's another bioinformatics tool called "SEEK". It depends on a couple of patches I submitted earlier: * log4cpp in the new logging.scm module * gengetopt in popt.scm * the new mercurial downloader The first two have already been reviewed by Ludo and I'll push them to master soon.

Re: [PATCH v5] gnu: Add teensy-loader-cli.

2016-06-15 Thread Ludovic Courtès
Hello, Hartmut Goebel skribis: > * gnu/packages/flashing-tools.scm (teensy-loader-cli): New variable. > * gnu/packages/patches/teensy-loader-cli-Add-support-for-h-help.patch, > gnu/packages/patches/teensy-loader-cli-Change-program-name-in-usage.patch > New

[PATCH] gnu: Add SEEK.

2016-06-15 Thread Ricardo Wurmus
* gnu/packages/bioinformatics.scm (seek): New variable. --- gnu/packages/bioinformatics.scm | 74 + 1 file changed, 74 insertions(+) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index d5f5500..71cf147 100644 ---

Re: Install gpg2 as gpg

2016-06-15 Thread Andreas Enge
On Tue, Jun 14, 2016 at 09:50:01AM -0400, Leo Famulari wrote: > On Tue, Jun 14, 2016 at 02:09:41PM +0200, Ludovic Courtès wrote: > > Leo Famulari skribis: > > > > > There was discussion of installing the gnupg-2.1 binaries 'gpg2' and > > > 'gpgv2' as 'gpg' and 'gpgv' on the

Re: [WIP 0/8] GNOME Maps

2016-06-15 Thread Ludovic Courtès
Leo Famulari skribis: > On Tue, Jun 14, 2016 at 02:17:52PM +0200, Ludovic Courtès wrote: >> Leo Famulari skribis: >> > It works for version 3.18.2! Attached. >> >> Cool, let’s commit this one as a starting point! > > I found it only works from within

Re: [WIP v0.1 0/8] KDE framework 5, tier 1

2016-06-15 Thread Efraim Flashner
On Tue, Jun 14, 2016 at 11:15:02PM +0200, Hartmut Goebel wrote: > Hi, > > this is the first batch of WIP patched for KDE framework 5, tier 1. > > I pushed the (complete) branch to . Feel > free to comment there or per mail. > > Hartmut Goebel (8): >

Re: [WIP v0.1 6/8] gnu: Add kde karchive

2016-06-15 Thread Efraim Flashner
On Tue, Jun 14, 2016 at 11:15:08PM +0200, Hartmut Goebel wrote: > * gnu/packages/kde-frameworks.scm (karchive): New variable. > --- > gnu/packages/kde-frameworks.scm | 35 +++ > 1 file changed, 35 insertions(+) > > diff --git a/gnu/packages/kde-frameworks.scm

Re: [PATCH] gnu: node: Correctly patch npm shebang.

2016-06-15 Thread Efraim Flashner
On Wed, Jun 15, 2016 at 12:39:29PM +0200, Jelle Licht wrote: > > Jelle Licht writes: > > > * gnu/packages/node.scm (node): Correctly patch npm shebang. > > --- > > gnu/packages/node.scm | 6 ++ > > 1 file changed, 6 insertions(+) > > > > diff --git a/gnu/packages/node.scm

Re: [PATCH] gnu: node: Correctly patch npm shebang.

2016-06-15 Thread Jelle Licht
Jelle Licht writes: > * gnu/packages/node.scm (node): Correctly patch npm shebang. > --- > gnu/packages/node.scm | 6 ++ > 1 file changed, 6 insertions(+) > > diff --git a/gnu/packages/node.scm b/gnu/packages/node.scm > index 2f269d0..2cedda8 100644 > ---

[PATCH] gnu: node: Correctly patch npm shebang.

2016-06-15 Thread Jelle Licht
* gnu/packages/node.scm (node): Correctly patch npm shebang. --- gnu/packages/node.scm | 6 ++ 1 file changed, 6 insertions(+) diff --git a/gnu/packages/node.scm b/gnu/packages/node.scm index 2f269d0..2cedda8 100644 --- a/gnu/packages/node.scm +++ b/gnu/packages/node.scm @@ -51,8 +51,14 @@

Re: [PATCH 3/7] import cran: description->package: Also return package dependencies.

2016-06-15 Thread Ricardo Wurmus
Ludovic Courtès writes: > Ricardo Wurmus skribis: > >> * guix/import/cran.scm (description->package): Return package >> dependencies in addition to generated package expression. > > What would you think of making it return a SRFI-41 stream of

Re: syntax check before commit and patch: net-perl-psyc

2016-06-15 Thread Ricardo Wurmus
ng0 writes: > On 2016-06-14(12:10:05+0200), Ludovic Courtès wrote: >> This reminds me that we should eventually update ‘perl-build-system’ to >> have a ‘wrap’ phase similar to that of ‘python-build-system’. >> >> Thanks, >> Ludo’. >> > > Thanks for taking the time to

Re: [PATCH 1/7] import cran: Remove more invalid characters from package names.

2016-06-15 Thread Ricardo Wurmus
Ludovic Courtès writes: > Ricardo Wurmus skribis: > >> * guix/import/cran.scm (guix-name): Replace period and underscore with >> dash; always prepend package names with "r-". > > [...] > >> +(string-append "r-" (string-downcase >> +

Re: [PATCH 6/7] import cran: Add "recursive" option.

2016-06-15 Thread Ricardo Wurmus
Ludovic Courtès writes: > Ricardo Wurmus skribis: > >> * guix/scripts/import/cran.scm: (%options): Add "recursive" option. >> (guix-import-cran): Handle "recursive" option. >> --- >> guix/scripts/import/cran.scm | 26 -- >> 1