[PATCH 1/2] gnu: Add drumkv1.

2016-11-19 Thread Ricardo Wurmus
* gnu/packages/music.scm (drumkv1): New variable. --- gnu/packages/music.scm | 34 ++ 1 file changed, 34 insertions(+) diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index 12233bf..5e882b2 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.s

[PATCH 2/2] gnu: Add samplv1.

2016-11-19 Thread Ricardo Wurmus
* gnu/packages/music.scm (samplv1): New variable. --- gnu/packages/music.scm | 34 ++ 1 file changed, 34 insertions(+) diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index 5e882b2..c81d9a0 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.s

Re: [PATCH] Update giac-xcas to 1.2.2-103

2016-11-19 Thread 宋文武
Nicolas Goaziou writes: > Hello, > > The following patch updates giac-xcas to 1.2.2-103. Pushed, thanks!

Re: [PATCH] Update wireshark to 2.2.2.

2016-11-19 Thread 宋文武
Nicolas Goaziou writes: > Hello, > > The following patch updates wireshark to 2.2.2. > Applied, thanks!

Re: [PATCH 1/2] gnu: Add drumkv1.

2016-11-19 Thread 宋文武
Ricardo Wurmus writes: > * gnu/packages/music.scm (drumkv1): New variable. > --- > gnu/packages/music.scm | 34 ++ > 1 file changed, 34 insertions(+) > > diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm > index 12233bf..5e882b2 100644 > --- a/gnu/packa

Re: [PATCH] Update emacs-org to 20161118

2016-11-19 Thread 宋文武
Nicolas Goaziou writes: > Hello, > > Here is a patch updating Org to its latest revision. > Pushed, thanks!

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

2016-11-19 Thread Leo Famulari
On Sat, Nov 19, 2016 at 09:32:09AM +1000, Ben Woodcroft wrote: > * 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/

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

2016-11-19 Thread Leo Famulari
On Fri, Nov 18, 2016 at 09:10:11PM -0600, ren...@openmailbox.org wrote: > Hello Leo, Danny. > > On 2016-11-18 14:19, Leo Famulari wrote: > > > > I'm not a GNOME user. The issue is that the control center has missing > > icons / logos because they are SVG files? I'm just trying to understand > > t

Re: [PATCH 1/2] gnu: Add drumkv1.

2016-11-19 Thread Ricardo Wurmus
宋文武 writes: > Ricardo Wurmus writes: > >> * gnu/packages/music.scm (drumkv1): New variable. >> --- >> gnu/packages/music.scm | 34 ++ >> 1 file changed, 34 insertions(+) >> >> diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm >> index 12233bf..5e882b2

Re: [PATCH] Added package xcalib

2016-11-19 Thread Petter
On 2016-11-18 21:10, Leo Famulari wrote: 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

[PATCH 1/1] gnu: gnupg: Update to 2.1.16.

2016-11-19 Thread Leo Famulari
* gnu/packages/gnupg.scm (gnupg): Update to 2.1.16. [native-inputs]: Add autoconf, automake, and gettext-minimal. [arguments]: Patch more files in 'patch-paths' phase, and run it after 'patch-source-shebangs'. Add 'bootstrap' phase. Remove 'set-home' phase. --- gnu/packages/gnupg.scm | 31

Re: [PATCH] Added package xcalib

2016-11-19 Thread Leo Famulari
On Sat, Nov 19, 2016 at 06:14:32PM +0100, Petter wrote: > On 2016-11-18 21:10, Leo Famulari wrote: > > (install-file) does (mkdir-p) itself, so I removed the redundant > > (mkdir-p). It's defined in (guix build utils) if you are interested to > > see. > > Ok. I looked it up in another package, and

[PATCH] git-service

2016-11-19 Thread ng0
[PATCH] gnu: services: Add git-service. Right now, this service does not work (vm does not build) when I try to build the vm with "./pre-inst-env guix system vm ../testvm-git.scm", where ../testvm-git is a file I will append in the 2nd follow-up message.

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

2016-11-19 Thread ng0
* gnu/services/version-control.scm: New file, create it. (git-service): New Procedures. (git-service-type): New variable. * doc/guix.texi (Services)(Version Control): New section. --- doc/guix.texi| 38 - gnu/local.mk | 1 + gnu/services/version-c

Re: [PATCH] git-service

2016-11-19 Thread ng0
ng0 writes: > [PATCH] gnu: services: Add git-service. > > Right now, this service does not work (vm does not build) when I try to build > the vm > with "./pre-inst-env guix system vm ../testvm-git.scm", where ../testvm-git > is a file I will append in the 2nd follow-up message. > > Appended te

Re: [PATCH 1/1] gnu: gnupg: Update to 2.1.16.

2016-11-19 Thread Efraim Flashner
Looks like they forgot to bootstrap it then. Built fine for me :). -- Efraim Flashner אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted signature.asc Description: PGP signature

Re: [PATCH 1/1] gnu: gnupg: Update to 2.1.16.

2016-11-19 Thread Leo Famulari
On Sun, Nov 20, 2016 at 12:41:31AM +0200, Efraim Flashner wrote: > Looks like they forgot to bootstrap it then. Because I altered two Makefile.am files in the 'patch-paths' phase, I had to re-do the bootstrap in order for the Makefiles to be regenerated. I'm not an expert on Autotools. Does anyon

Re: [PATCH 1/1] gnu: gnupg: Update to 2.1.16.

2016-11-19 Thread Leo Famulari
On Sun, Nov 20, 2016 at 12:41:31AM +0200, Efraim Flashner wrote: > Looks like they forgot to bootstrap it then. > > Built fine for me :). This GPG prints the following warning when I use it: gpg: NOTE: THIS IS A DEVELOPMENT VERSION! gpg: It is only intended for test purposes and should NOT be gp

Re: [PATCH 1/1] gnu: gnupg: Update to 2.1.16.

2016-11-19 Thread Mathieu Lirzin
Hi, Leo Famulari writes: > On Sun, Nov 20, 2016 at 12:41:31AM +0200, Efraim Flashner wrote: >> Looks like they forgot to bootstrap it then. > > Because I altered two Makefile.am files in the 'patch-paths' phase, I > had to re-do the bootstrap in order for the Makefiles to be regenerated. > > I'm

[PATCH] website: Enhance instructions on how to test the website locally.

2016-11-19 Thread sirgazil
* website/README: Indicate usage of GUIX_WEB_SITE_LOCAL. --- website/README | 44 ++-- 1 file changed, 30 insertions(+), 14 deletions(-) diff --git a/website/README b/website/README index 5438a5d..f8dee4a 100644 --- a/website/README +++ b/website/README @@

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

2016-11-19 Thread Ben Woodcroft
On 20/11/16 01:28, Leo Famulari wrote: On Sat, Nov 19, 2016 at 09:32:09AM +1000, Ben Woodcroft wrote: * 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/pac