[PATCH] Update wireshark to 2.2.2.

2016-11-18 Thread Nicolas Goaziou
Hello, The following patch updates wireshark to 2.2.2. Regards, -- Nicolas Goaziou0x80A93738 >From ea3d5f720e0fd040e19e6987b79100f94f53f371 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sat, 19 Nov 2016 08:35:45

[PATCH] Update giac-xcas to 1.2.2-103

2016-11-18 Thread Nicolas Goaziou
Hello, The following patch updates giac-xcas to 1.2.2-103. Regards, -- Nicolas Goaziou0x80A93738 >From 4676678e74a5580c2271383544f4b126e256485a Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sat, 19 Nov 2016

[PATCH] services: Add opensmtpd-service.

2016-11-18 Thread 宋文武
* gnu/services/mail.scm (): New record type. (%default-opensmtpd-config-file, %opensmtpd-accounts): New variables. (opensmtpd-shepherd-service, opensmtpd-activation): New procedures. (opensmtpd-service-type): New variable. (opensmtpd-service): New procedure. * doc/guix.texi (Mail Services):

Re: [PATCH] gnu: Add kerberos service.

2016-11-18 Thread John Darrington
On Fri, Nov 18, 2016 at 11:51:16PM +0100, Ludovic Court??s wrote: Hello! John Darrington skribis: > * gnu/services/kerberos.scm (krb5-realm, krb5-configuration, > krb5-service-type): New variables. Could you add documentation in guix.texi,

Re: Guix on clusters and in HPC

2016-11-18 Thread Ben Woodcroft
Hi Ludo, I hope the proposal is/was working out. On 03/11/16 23:44, Ludovic Courtès wrote: Hi! Ben Woodcroft skribis: I'm a little late here, but please do all of the things on that list :) :-) With this suggestion: + for

Re: [PATCH] gnu: ruby-net-http-digest-auth: Add new package

2016-11-18 Thread Ben Woodcroft
Hi Frederick, On 17/11/16 21:47, Frederick Muriithi wrote: On 17 Nov 2016 1:56 p.m., "Ben Woodcroft" wrote: Hi Frederick, thanks for the updated patch. I didn't see any functional issues with this patch, but I had some trouble testing this out - can I ask how to test

Re: [PATCH] gnu: Add openfwwf-firmware.

2016-11-18 Thread Leo Famulari
On Fri, Nov 18, 2016 at 09:14:31PM -0600, Eric Bavier wrote: > On Fri, 18 Nov 2016 16:04:30 -0500 > Leo Famulari wrote: > > > + (version (string-append "20140625-" rev "." (string-take commit > > > 7))) > > > > Is the timestamp some kind of upstream version string? If

Re: [PATCH] gnu: Add openfwwf-firmware.

2016-11-18 Thread Eric Bavier
On Fri, 18 Nov 2016 16:04:30 -0500 Leo Famulari wrote: > On Wed, Nov 16, 2016 at 09:29:18PM -0600, Eric Bavier wrote: > > Hello Guix, > > > > We've had at least one person on IRC confirm that this firmware package > > worked for them, allowing them to use their wireless

Re: [PATCH] gnu: mpop: Update to 1.2.6.

2016-11-18 Thread Arun Isaac
> I fixed the URL and made it use our SourceForge mirror in commit > 5837e6993. Thanks. >> Yes, if the hash already exists in the store, it will be used instead of >> downloading. This has caused some confusion before :-) > > As Marius hints at, using `guix download` to get source code while >

emacs segfault

2016-11-18 Thread ng0
I'm not sure how relevant / important this is or if the fault is at our side somehow, but here's the segfault output I just got when I was editing a file. ng0@wasp ~/src/guix/guix$ emacs gnu/packages/telephony.scm Fatal error 11: Segmentation fault Backtrace:

Re: [PATCH] gnu: Add uget.

2016-11-18 Thread Leo Famulari
On Fri, Nov 18, 2016 at 11:03:03PM +0100, Tomáš Čech wrote: > * gnu/packages/bittorrent.scm (uget): New variable. > --- > gnu/packages/bittorrent.scm | 36 > 1 file changed, 36 insertions(+) > > diff --git a/gnu/packages/bittorrent.scm

[PATCH] gnu: ruby: Replace with 2.3.2 [fixes CVE-2015-3900].

2016-11-18 Thread Ben Woodcroft
* gnu/packages/ruby.scm (ruby)[replacement]: New field. (ruby-2.3.2): New variable. --- gnu/packages/ruby.scm | 20 1 file changed, 20 insertions(+) diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm index e4c1ef0..f2b5de9 100644 --- a/gnu/packages/ruby.scm +++

[PATCH 0/1]: Replace ruby with ruby-2.3.2.

2016-11-18 Thread Ben Woodcroft
Hi there, Ruby 2.3.2 was just released, and since it entails >300 rebuilds it is a good candidate for staging I think. I do not know of an easy way to check exactly which security fixes have been applied beyond text searching the CHANGELOG, which isn't optimal so I believe there are other fixes

Re: [PATCH] gc: Add option --keep-going.

2016-11-18 Thread Ludovic Courtès
Hartmut Goebel skribis: > * guix/scripts/gc.scm (show-help, %options): Add option -k/--keep-going. > (guix-gc): Pass value off option --keep-going on to delete-paths. > * guix/store.scm (%protocol-version): Increment to 17. > (delete-paths) New key-word

Re: [PATCH 1/3] build/utils: Add `wrap-language-programs`.

2016-11-18 Thread Ludovic Courtès
Hey! Alex Sassmannshausen skribis: > * guix/build/utils.scm (wrap-language-programs): New procedure. Neat! > +(define (wrap-language-programs path-proc env-var) Maybe ‘program-wrapper’ or ‘program-wrapping-procedure’ or ‘program-wrapping-phase’ to suggest that

Re: [PATCH 0/3] Add a generalized `wrap-language-programs`

2016-11-18 Thread Ludovic Courtès
Alex Sassmannshausen skribis: > I have tested Perl’s wrap phase, and that seems to work fine. I was > unfortunately not able to test Python’s wrap phase, as I did not know of an > appropriate test candidate (I tried to build offlineimap, but this failed > because

Re: [PATCH] gnu: Add kerberos service.

2016-11-18 Thread Ludovic Courtès
Hello! John Darrington skribis: > * gnu/services/kerberos.scm (krb5-realm, krb5-configuration, > krb5-service-type): New variables. Could you add documentation in guix.texi, along with an example of how to use it? I very strongly encourage you to write a system test for this as

[PATCH] Update emacs-org to 20161118

2016-11-18 Thread Nicolas Goaziou
016 23:36:26 +0100 Subject: [PATCH] gnu: emacs-org: Update to 20161118. * gnu/packages/emacs.scm (emacs-org): Update to 20161118. --- gnu/packages/emacs.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index 7666e2f..04c97

[PATCH] gnu: Add uget.

2016-11-18 Thread Tomáš Čech
* gnu/packages/bittorrent.scm (uget): New variable. --- gnu/packages/bittorrent.scm | 36 1 file changed, 36 insertions(+) diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm index 73ae703..851c265 100644 --- a/gnu/packages/bittorrent.scm

Re: [PATCH 0/2] Fix IBus input methods.

2016-11-18 Thread Ricardo Wurmus
Chris Marusich writes: > This is so good. Thank you for doing it! I am happy to confirm that > Japanese input via ibus-anthy works like a charm after your changes. > All I had to do was the following: I’m glad this works for you! > (1) install ibus, ibus-anthy, and

Re: [PATCH] gnu: Add openfwwf-firmware.

2016-11-18 Thread Leo Famulari
On Wed, Nov 16, 2016 at 09:29:18PM -0600, Eric Bavier wrote: > Hello Guix, > > We've had at least one person on IRC confirm that this firmware package > worked for them, allowing them to use their wireless hardware. > > Would it be appropriate to add this to %base-firmware? The output is >

Re: [PATCH 0/2]

2016-11-18 Thread Leo Famulari
On Fri, Nov 18, 2016 at 12:00:32PM +0100, Hartmut Goebel wrote: > This series add two patches: > > * doc: Symlink daemon start-up files. > > This patch ensures that always the current profile's daemon will be used. > > This solve a minor issue I experienced when updating guix 0.10 to

Re: [PATCH 2/2] Add system start-up files for "guix publish".

2016-11-18 Thread Leo Famulari
On Fri, Nov 18, 2016 at 12:00:34PM +0100, Hartmut Goebel wrote: > * .gitignore: add etc/guix-publish.conf and /etc/guix-publish.service. > * etc/guix-publish.conf.in: New file. > * etc/guix-publish.service.in: New file. > * nix/local.mk (etc/guix-%.service, etc/guix-%.conf): Generalized former >

Re: [PATCH 1/2] doc: Symlink daemon start-up files.

2016-11-18 Thread Leo Famulari
On Fri, Nov 18, 2016 at 12:00:33PM +0100, Hartmut Goebel wrote: > This patch ensures that always the current profile's daemon will be used. > > The .service file contains the path to the guix-daemon within the store. Thus > when copying the file, it will point to the very version of guix-daemon

Re: [PATCH] gnu: gnome-control-center: Add gdk-pixbuf input.

2016-11-18 Thread Leo Famulari
On Fri, Nov 18, 2016 at 12:01:40AM -0600, ren...@openmailbox.org wrote: > Hello, > this patch allow to gnome-control-center to load images in SVG format. > E.G. GNOME logo and Mouse & Touchpad settings image. > > Thanks > From 6aa42f1298bbd7b1582fb6894f9ebd1029b203a8 Mon Sep 17 00:00:00 2001 >

Re: [PATCH 2/2] gnu: mps-youtube: Disable tests.

2016-11-18 Thread Leo Famulari
On Wed, Nov 16, 2016 at 12:27:57PM +, ng0 wrote: > * gnu/packages/video.scm (mps-youtube): Disable tests. Thanks for the helpful comment! Pushed! > --- > gnu/packages/video.scm | 6 ++ > 1 file changed, 6 insertions(+) > > diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm >

Re: [PATCH 1/2] gnu: python-pafy: Disable tests.

2016-11-18 Thread Leo Famulari
On Wed, Nov 16, 2016 at 12:27:56PM +, ng0 wrote: > * gnu/packages/python.scm (python-pafy): Disable tests. Thanks, pushed!

Re: [PATCH] Added package xcalib

2016-11-18 Thread Leo Famulari
On Wed, Nov 16, 2016 at 01:37:04AM +0100, Petter wrote: > I have worked through the issues you brought up, and it should at least be > better now. Maybe even good. It was already good, now it's very good :) > There is no indication of GPL v2 or later in the project though. Okay. Pushed as

Re: [PATCH] gnu: packages: Use gettext-minimal.

2016-11-18 Thread Leo Famulari
On Fri, Nov 18, 2016 at 08:47:01PM +0300, Alex Kost wrote: > Alex Kost wrote: > > > There is a thing that shouldn't be missed: there are some packages (like > > 'steghide' or 'tomb') in master (and are not presented in core-updates) > > that use 'gnu-gettext'. So when core-updates will be merged

[PATCH 2/2] gnu: emacs-cyberpunk-theme: Update to 1.18.

2016-11-18 Thread ng0
* gnu/packages/emacs.scm (emacs-cyberpunk-theme): Update to 1.18. --- gnu/packages/emacs.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index 0155602..32be6d3 100644 --- a/gnu/packages/emacs.scm +++

[PATCH 1/2] gnu: Add emacs-danneskjold-theme.

2016-11-18 Thread ng0
* gnu/packages/emacs.scm (emacs-danneskjold-theme): New variable. --- gnu/packages/emacs.scm | 29 + 1 file changed, 29 insertions(+) diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index a065959..0155602 100644 --- a/gnu/packages/emacs.scm +++

Re: [PATCH] gnu: Add emacs-danneskjold-theme.

2016-11-18 Thread ng0
Alex Kost writes: > ng0 (2016-11-18 17:19 +) wrote: > >> * gnu/packages/emacs.scm (emacs-danneskjold-theme): New variable. >> --- >> gnu/packages/emacs.scm | 20 >> 1 file changed, 20 insertions(+) >> >> diff --git a/gnu/packages/emacs.scm

Re: [PATCH] Add php

2016-11-18 Thread Marius Bakke
Julien Lepiller writes: > On Thu, 17 Nov 2016 21:43:39 +0100 > Marius Bakke wrote: > >> Julien Lepiller writes: >> >> >> >> Unfortunately that only fixed a handful of tests, the remaining >> >> >> 50-something had to be disabled for

Re: [PATCH] gnu: Add emacs-danneskjold-theme.

2016-11-18 Thread Alex Kost
ng0 (2016-11-18 17:19 +) wrote: > * gnu/packages/emacs.scm (emacs-danneskjold-theme): New variable. > --- > gnu/packages/emacs.scm | 20 > 1 file changed, 20 insertions(+) > > diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm > index a065959..5084168 100644 >

[PATCH] gnu: packages: Use gettext-minimal.

2016-11-18 Thread Alex Kost
Alex Kost wrote: > There is a thing that shouldn't be missed: there are some packages (like > 'steghide' or 'tomb') in master (and are not presented in core-updates) > that use 'gnu-gettext'. So when core-updates will be merged into master > next time, we should make a commit to change these

[PATCH] gnu: emacs-cyberpunk-theme: Update to 1.18.

2016-11-18 Thread ng0
* gnu/packages/emacs.scm (emacs-cyberpunk-theme): Update to 1.18. --- gnu/packages/emacs.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index 5084168..bfe2b37 100644 --- a/gnu/packages/emacs.scm +++

[PATCH] emacs-cyberpunk-theme Update

2016-11-18 Thread ng0
[PATCH] gnu: emacs-cyberpunk-theme: Update to 1.18.

Re: [PATCH] Add php

2016-11-18 Thread Julien Lepiller
On Thu, 17 Nov 2016 21:43:39 +0100 Marius Bakke wrote: > Julien Lepiller writes: > > >> >> Unfortunately that only fixed a handful of tests, the remaining > >> >> 50-something had to be disabled for a variety of reasons. > >> >> > >> >> I've added a

[PATCH] gnu: Add emacs-danneskjold-theme.

2016-11-18 Thread ng0
* gnu/packages/emacs.scm (emacs-danneskjold-theme): New variable. --- gnu/packages/emacs.scm | 20 1 file changed, 20 insertions(+) diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index a065959..5084168 100644 --- a/gnu/packages/emacs.scm +++

[PATCH] emacs-danneskjold-theme

2016-11-18 Thread ng0
A theme for emacs.

Re: Time to merge core-updates!

2016-11-18 Thread Pjotr Prins
On Mon, Nov 14, 2016 at 10:52:51AM +0100, Ludovic Courtès wrote: > > I find locales problematic in a mixed Debian environment, even though > > Guix actually solves the deeper problem. This may be helpful solving > > locale errors by tracking dependencies, e.g.: > > > >

Re: [PATCH] gnu: xonsh: Update to 0.4.7.

2016-11-18 Thread Marius Bakke
Danny Milosavljevic writes: > * gnu/packages/shells.scm (xonsh): Update to 0.4.7. > --- > gnu/packages/shells.scm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Thanks, applied! signature.asc Description: PGP signature

Re: [PATCH] gnu: Add kerberos service.

2016-11-18 Thread John Darrington
Any comments on this before I push it?? On Wed, Nov 09, 2016 at 08:58:42PM +0100, John Darrington wrote: * gnu/services/kerberos.scm (krb5-realm, krb5-configuration, krb5-service-type): New variables. --- gnu/services/kerberos.scm | 230

Re: [PATCH 0/3] Add a generalized `wrap-language-programs`

2016-11-18 Thread Alex Sassmannshausen
Hi Ludo, Ludovic Courtès writes: > Hi Alex, > > Alex Sassmannshausen skribis: > >>> You may try e.g. scons, pip, sphinx, or youtube-dl. >> >> Hartmut was kind enough to suggest the above python applications to test >> this `wrap-language-programs` patch set

[PATCH 1/2] doc: Symlink daemon start-up files.

2016-11-18 Thread Hartmut Goebel
This patch ensures that always the current profile's daemon will be used. The .service file contains the path to the guix-daemon within the store. Thus when copying the file, it will point to the very version of guix-daemon used at the time of copying – even after system upgrade or when this

[PATCH 2/2] Add system start-up files for "guix publish".

2016-11-18 Thread Hartmut Goebel
* .gitignore: add etc/guix-publish.conf and /etc/guix-publish.service. * etc/guix-publish.conf.in: New file. * etc/guix-publish.service.in: New file. * nix/local.mk (etc/guix-%.service, etc/guix-%.conf): Generalized former build-rules for by using patterns. (nodist_systemdservice_DATA): Add

[PATCH 0/2]

2016-11-18 Thread Hartmut Goebel
This series add two patches: * doc: Symlink daemon start-up files. This patch ensures that always the current profile's daemon will be used. This solve a minor issue I experienced when updating guix 0.10 to 0.11: The guix-daemon 0.10 was still used since the `guix-daemon.service` file,

Re: [PATCH 0/2] Fix IBus input methods.

2016-11-18 Thread Chris Marusich
Ricardo Wurmus writes: > with these patches different versions of GTK+ can be given different input > method module caches. > > Currently, the problem with additional GTK input methods (such as IBus) is > that to make them visible you need to generate a cache file and point

Re: [PATCH] website: donate: Fix news URL typo.

2016-11-18 Thread Ludovic Courtès
Tobias Geerinckx-Rice skribis: > * website/www/donate.scm (donate-page): Fix news URL typo. Applied, thanks for paying attention! :-) Ludo’.

Re: [PATCH 0/3] Add a generalized `wrap-language-programs`

2016-11-18 Thread Ludovic Courtès
Hi Alex, Alex Sassmannshausen skribis: >> You may try e.g. scons, pip, sphinx, or youtube-dl. > > Hartmut was kind enough to suggest the above python applications to test > this `wrap-language-programs` patch set against, however I have been > stuck in "Rebuild

Re: [PATCH 0/3] Add a generalized `wrap-language-programs`

2016-11-18 Thread Alex Sassmannshausen
Leo Famulari writes: > On Fri, Nov 18, 2016 at 09:02:10AM +0100, Alex Sassmannshausen wrote: >> Leo Famulari writes: >> > Changes like this will need to go on the core-updates branch, where we >> > make changes to the core of the system. >> >> Makes sense, I will push it to core-updates

Re: [PATCH 0/3] Add a generalized `wrap-language-programs`

2016-11-18 Thread Hartmut Goebel
Am 17.11.2016 um 22:15 schrieb Leo Famulari: > So, changing the build systems for these languages will require you to > rebuild almost everything. We now have thee build-systems which are changed: python (branch python-build-system), cmake (branch staging, a simple change only) and perl. What

Re: [PATCH 0/3] Add a generalized `wrap-language-programs`

2016-11-18 Thread Leo Famulari
On Fri, Nov 18, 2016 at 09:02:10AM +0100, Alex Sassmannshausen wrote: > Leo Famulari writes: > > Changes like this will need to go on the core-updates branch, where we > > make changes to the core of the system. > > Makes sense, I will push it to core-updates tonight. To clarify, I didn't read

Re: [PATCH] gnu: gnome-control-center: Add gdk-pixbuf input.

2016-11-18 Thread Danny Milosavljevic
Hi, On Fri, 18 Nov 2016 00:01:40 -0600 ren...@openmailbox.org wrote: > this patch allow to gnome-control-center to load images in SVG format. > E.G. GNOME logo and Mouse & Touchpad settings image. >+ ("gdk-pixbuf" ,gdk-pixbuf) ; for load files with SVG extension. ; to load SVG files or

Re: [PATCH 0/3] Add a generalized `wrap-language-programs`

2016-11-18 Thread Alex Sassmannshausen
Hi Leo, Leo Famulari writes: > On Thu, Nov 17, 2016 at 04:58:45PM +0100, Alex Sassmannshausen wrote: >> >> Hello >> >> > You may try e.g. scons, pip, sphinx, or youtube-dl. >> >> Hartmut was kind enough to suggest the above python applications to test >> this `wrap-language-programs` patch