Re: [PATCH -v3] Fix gtk-im-modules for gtk+3

2017-02-04 Thread 宋文武
huang_ying_cari...@163.com writes: > From: "Huang, Ying" > > Gtk+3 now have multiple outputs, so the gtk-query-immodules-3.0 should be find > in output "bin" instead of "out". > > * guix/profiles.scm (manifest-lookup-package): New argument output to select >

Re: [PATCH] gnu: font-gnu-unifont: Call mkfontdir for pcf output

2017-02-04 Thread 宋文武
huang_ying_cari...@163.com writes: > * gnu/packages/fonts.scm (font-gnu-unifont): call mkfontdir for pcf output. > > Signed-off-by: "Huang, Ying" > --- > gnu/packages/fonts.scm | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git

Re: [PATCH 5/7] gnu: Add gnome-disk-utility.

2017-02-04 Thread Maxim Cournoyer
Hi David, David Craven writes: > * gnu/packages/gnome.scm (gnome-disk-utility): New variable. > --- > gnu/packages/gnome.scm | 50 > ++ > 1 file changed, 50 insertions(+) > > diff --git a/gnu/packages/gnome.scm

[PATCH -v3] Fix gtk-im-modules for gtk+3

2017-02-04 Thread huang_ying_caritas
From: "Huang, Ying" Gtk+3 now have multiple outputs, so the gtk-query-immodules-3.0 should be find in output "bin" instead of "out". * guix/profiles.scm (manifest-lookup-package): New argument output to select package or store path. (gtk-im-modules): Use "bin"

[PATCH] gnu: font-gnu-unifont: Call mkfontdir for pcf output

2017-02-04 Thread huang_ying_caritas
* gnu/packages/fonts.scm (font-gnu-unifont): call mkfontdir for pcf output. Signed-off-by: "Huang, Ying" --- gnu/packages/fonts.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm index

Re: postorius, v2

2017-02-04 Thread ng0
On 17-02-02 21:28:29, ng0 wrote: > > Hartmut Goebel writes: > > > Hi, > > > > I just found that I did not verify the inputs carefully enough. Sorry. > > Here are my comments: > > > > * python-defusedxml: okay > > * python-openid: okay > > * python-django-allauth: > > o openid,

Re: [PATCH] gnu: new re2c package, version 0.16

2017-02-04 Thread ng0
On 17-02-04 17:43:23, Sergei Trofimovich wrote: > Tested on x86_64-linux and i686-linux. > > * gnu/local.mk: add re2c.scm to dist > * gnu/packages/re2c.scm: new file Cool! I had the same package somewhere, thanks for publishing yours :) I think there's already a module this could go into. If

[PATCH] gnu: new re2c package, version 0.16

2017-02-04 Thread Sergei Trofimovich
Tested on x86_64-linux and i686-linux. * gnu/local.mk: add re2c.scm to dist * gnu/packages/re2c.scm: new file Signed-off-by: Sergei Trofimovich --- gnu/local.mk | 1 + gnu/packages/re2c.scm | 47 +++ 2 files changed, 48

[PATCH] config-daemon.ac: detect host AR

2017-02-04 Thread Sergei Trofimovich
The problem is seen when we try to use explicit host: ./configure --prefix=/usr --localstatedir=/var/lib --host=x86_64-pc-linux-gnu make V=1 Before the change: ar cru libstore.a nix/libstore/libstore_a-gc.o After the change: x86_64-pc-linux-gnu-ar cru libstore.a *

[PATCH] gnu: new re2c package, version 0.16

2017-02-04 Thread Sergei Trofimovich
Tested on x86_64-linux and i686-linux. * gnu/local.mk: add re2c.scm to dist * gnu/packages/re2c.scm: new file Signed-off-by: Sergei Trofimovich --- gnu/local.mk | 1 + gnu/packages/re2c.scm | 47 +++ 2 files changed, 48

[PATCH] config-daemon.ac: detect host AR

2017-02-04 Thread Sergei Trofimovich
The problem is seen when we try to use explicit host: ./configure --prefix=/usr --localstatedir=/var/lib --host=x86_64-pc-linux-gnu make V=1 Before the change: ar cru libstore.a nix/libstore/libstore_a-gc.o After the change: x86_64-pc-linux-gnu-ar cru libstore.a *

[PATCH] gnu: new re2c package, version 0.16

2017-02-04 Thread Sergei Trofimovich
Tested on x86_64-linux and i686-linux. * gnu/local.mk: add re2c.scm to dist * gnu/packages/re2c.scm: new file Signed-off-by: Sergei Trofimovich --- gnu/local.mk | 1 + gnu/packages/re2c.scm | 47 +++ 2 files changed, 48

[PATCH] config-daemon.ac: detect host AR

2017-02-04 Thread Sergei Trofimovich
The problem is seen when we try to use explicit host: ./configure --prefix=/usr --localstatedir=/var/lib --host=x86_64-pc-linux-gnu make V=1 Before the change: ar cru libstore.a nix/libstore/libstore_a-gc.o After the change: x86_64-pc-linux-gnu-ar cru libstore.a *

Re: [PATCH -v2] Fix gtk-im-modules for Gtk+3

2017-02-04 Thread Huang, Ying
Hi, Danny, Thanks for comments! Danny Milosavljevic writes: > Hi, > > On Mon, 30 Jan 2017 11:06:49 +0800 > huang_ying_cari...@163.com wrote: > >> -(define* (manifest-lookup-package manifest name #:optional version) >> +(define* (manifest-lookup-package manifest name

Re: guix can't find (gnutls)

2017-02-04 Thread Alex Kost
Federico Beffa (2017-02-04 15:50 +0100) wrote: > Hi, > > for some reason Guix can't find (gnutls) despite the module being > installed and usable in Guile: [...] > Any suggestion? Check that guix-daemon is also started with GUILE_LOAD_[COMPILED_]PATH environment containing gnutls modules. --

Re: [PATCH -v2] Fix gtk-im-modules for Gtk+3

2017-02-04 Thread Danny Milosavljevic
Hi, On Mon, 30 Jan 2017 11:06:49 +0800 huang_ying_cari...@163.com wrote: > -(define* (manifest-lookup-package manifest name #:optional version) > +(define* (manifest-lookup-package manifest name #:optional version output) >"Return as a monadic value the first package or store path referenced

Re: Some searx requirements

2017-02-04 Thread ng0
On 17-02-04 16:34:57, contact@cryptolab.net wrote: > These come from a branch so old I just had to start from from scratch again. > While I was at it, I saw some of them were being added to a new python > branch, but I can't filter that out and rebase against a moving-target branch. > > I'm

[PATCH 5/9] gnu: Add python-pysocks.

2017-02-04 Thread contact . ng0
From: ng0 * gnu/packages/python.scm (python-pysocks): New variable. --- gnu/packages/python.scm | 24 1 file changed, 24 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index e8d1c5697..9c3a031e1 100644 ---

[PATCH 6/9] gnu: Add python-pytest-httpbin-0.0.7.

2017-02-04 Thread contact . ng0
From: ng0 * gnu/packages/python.scm (python-pytest-httpbin-0.0.7): New variable. --- gnu/packages/python.scm | 23 +++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 9c3a031e1..7bdd371b5 100644 ---

[PATCH 2/9] gnu: Add python-gunicorn.

2017-02-04 Thread contact . ng0
From: ng0 * gnu/packages/web.scm (python-gunicorn): New variable. --- gnu/packages/web.scm | 28 +++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 8cc80a2c4..1803f58e9 100644 ---

[PATCH 3/9] gnu: Add python-httpbin.

2017-02-04 Thread contact . ng0
From: ng0 * gnu/packages/web.scm (python-httpbin): New variable. --- gnu/packages/web.scm | 34 ++ 1 file changed, 34 insertions(+) diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 1803f58e9..244672c9d 100644 ---

[PATCH 8/9] gnu: python-requests: Update to 2.12.4.

2017-02-04 Thread contact . ng0
From: ng0 * gnu/packages/python.scm (python-requests): Update to 2.12.4. --- gnu/packages/python.scm | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index a4179a67a..6ad40dfde 100644 ---

[PATCH 4/9] gnu: Add python-pytest-httpbin.

2017-02-04 Thread contact . ng0
From: ng0 * gnu/packages/python.scm (python-pytest-httpbin): 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 5b4d2b09c..e8d1c5697 100644 ---

Some searx requirements

2017-02-04 Thread contact . ng0
These come from a branch so old I just had to start from from scratch again. While I was at it, I saw some of them were being added to a new python branch, but I can't filter that out and rebase against a moving-target branch. I'm trying to get searx to work again, patches should work on their

[PATCH 7/9] gnu: python-pytest: Update to 3.0.5.

2017-02-04 Thread contact . ng0
From: ng0 * gnu/packages/python.scm (python-pytest): Update to 3.0.5. [source]: Use "pypi-uri". --- gnu/packages/python.scm | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 7bdd371b5..a4179a67a

[PATCH 9/9] gnu: python-requests: Add python-pysocks to propagated-inputs.

2017-02-04 Thread contact . ng0
From: ng0 * gnu/packages/python.scm (python-requests)[propagated-inputs]: Add python-pysocks. --- gnu/packages/python.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 6ad40dfde..4d3b5e997 100644 ---

[PATCH 1/9] gnu: python-dateutils-2: Update to 2.5.3.

2017-02-04 Thread contact . ng0
From: ng0 * gnu/packages/python.scm (python-dateutils-2): Update to 2.5.3. --- gnu/packages/python.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index d53eea189..5b4d2b09c 100644 ---

Re: [PATCH] gnu: Add python-alabaster

2017-02-04 Thread Danny Milosavljevic
Hi, okay, thanks anyway :) Comparing them, the existing alabaster packagespec lists bsd-3 as license. But you list license:non-copyleft "https://github.com/bitprophet/alabaster/blob/master/LICENSE;. Is it actually different? It seems

CDN Mirrors for GNU Guix

2017-02-04 Thread Tom Li
Currently, GNU Guix is still in the early stage of development, and there is a great lack of mirrors worldwide. For example. in my region, using GNU Guix is incredibly slow, the speed is around 4 KiB/s and rendering it almost unusable. Therefore, I created two CDN mirrors of

guix can't find (gnutls)

2017-02-04 Thread Federico Beffa
Hi, for some reason Guix can't find (gnutls) despite the module being installed and usable in Guile: -- $ echo $GUILE_LOAD_PATH

Re: [PATCH] gnu: Update youtube-dl to 2017.02.01.

2017-02-04 Thread Hartmut Goebel
Am 04.02.2017 um 12:55 schrieb José Miguel Sánchez García: > > Appliead as d1606983195a95963ea6cc0ca8c963b5df1e0b61 Thanks. -- Regards Hartmut Goebel | Hartmut Goebel | h.goe...@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |

Re: [PATCH] gnu: Add python-rst2ansi

2017-02-04 Thread Hartmut Goebel
Am 04.02.2017 um 13:02 schrieb Frederick Muriithi: > + (uri (string-append > + > "https://pypi.python.org/packages/3c/19/b29bc04524e7d1dbde13272fbb67e45a8eb2; > + "4bb6d112cf10c46162b350d7/rst2ansi-" > + version > + ".tar.gz")) Please use

substitute/regex (was [PATCH 2/2] gnu: Add python-lzo.)

2017-02-04 Thread Hartmut Goebel
Am 03.02.2017 um 17:36 schrieb ng0: > I see. Okay, do you know which guix or guile module I do have to > rtf to understand once and for all how the (substitute*) behaves? > I'm doing this for too long to continue to run into problems with > this. > > Just the (substitute*)? Or is there some

Re: FOSDEM 2017 audio/video volunteers needed

2017-02-04 Thread Tobias Geerinckx-Rice
Guix, On 03/02/17 14:49, Catonano wrote: > On Tue, Jan 10, 2017 at 04:02:32AM +, Pjotr Prins wrote: >> We need volunteers to man the FOSS setup that handles the camera >> and mike. > > Because of a hitch, Amirouche won't be there Good news: I'll be at FOSDEM all Sunday as well (my original

[PATCH] gnu: Update youtube-dl to 2017.02.01.

2017-02-04 Thread José Miguel Sánchez García
-- José Miguel Sánchez GarcíaFrom 44bd8d238e6cc44fd8a7a1784787ee5214132097 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Miguel=20S=C3=A1nchez=20Garc=C3=ADa?= Date: Sat, 4 Feb 2017 13:52:00 +0100 Subject: [PATCH] gnu: youtube-dl: Update to 2017.02.01 *