[PATCH] Add ibus-libpinyin.

2015-09-08 Thread Ricardo Wurmus
>From 984245dcc1359c4de3ff3a26c0d1d6427a88b6fa Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 9 Sep 2015 07:27:18 +0200 Subject: [PATCH 1/2] gnu: Add libpinyin. * gnu/packages/ibus.scm (libpinyin): New variable. --- gnu/packages/ibus.scm | 50 +++

Re: [PATCH] Add gMTP.

2015-09-08 Thread Ricardo Wurmus
Ludovic Courtès writes: >> * gnu/packages/libusb.scm (gmtp): New variable. [...] > How about: > > “gMTP is a simple graphical client for the Media Transfer Protocol > (MTP), which allows media files to be transferred to and from > many portable devices.” [...] Changed and pushed. Than

Re: [PATCH] gnu: Add python-wrapt

2015-09-08 Thread Cyril Roelandt
On 09/09/2015 12:29 AM, Cyril Roelandt wrote: > * gnu/packages/python.scm (python-wrapt, python2-wrapt): New variables. > --- Forget this patch, it was meant to be part of a series of 5 patches. Cyril.

[PATCH 4/5] gnu: Add python-debtcollector.

2015-09-08 Thread Cyril Roelandt
* gnu/packages/openstack.scm (python-debtcollector, python2-debtcollector): New variables. --- gnu/packages/openstack.scm | 34 ++ 1 file changed, 34 insertions(+) diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm index 1ed60fa..b73e0d9 100644

[PATCH 1/5] gnu: Add python-wrapt

2015-09-08 Thread Cyril Roelandt
* gnu/packages/python.scm (python-wrapt, python2-wrapt): New variables. --- gnu/packages/python.scm | 32 1 file changed, 32 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 8ea5777..bb510cc 100644 --- a/gnu/packages/python.scm ++

[PATCH 2/5] gnu: Add python-iso8601.

2015-09-08 Thread Cyril Roelandt
* gnu/packages/python.scm (python-iso8601, python2-iso8601): New variables. --- gnu/packages/python.scm | 27 +++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index bb510cc..4111596 100644 --- a/gnu/packages/python.scm +++

[PATCH 3/5] gnu: Add python-monotonic.

2015-09-08 Thread Cyril Roelandt
* gnu/packages/python.scm (python-monotonic, python2-monotonic): New variables. --- gnu/packages/python.scm | 27 +++ 1 file changed, 27 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 4111596..5f4e9ae 100644 --- a/gnu/packages/python.scm

[PATCH 5/5] gnu: Add python-oslo.utils.

2015-09-08 Thread Cyril Roelandt
* gnu/packages/openstack.scm (python-oslo.utils, python2-oslo.utils): New variables. --- gnu/packages/openstack.scm | 49 ++ 1 file changed, 49 insertions(+) diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm index b73e0d9..ed87904 10

[PATCH] gnu: Add python-wrapt

2015-09-08 Thread Cyril Roelandt
* gnu/packages/python.scm (python-wrapt, python2-wrapt): New variables. --- gnu/packages/python.scm | 32 1 file changed, 32 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 8ea5777..bb510cc 100644 --- a/gnu/packages/python.scm ++

Re: [PATCH 6/7] guix build: Add 'build-package'.

2015-09-08 Thread Ludovic Courtès
Alex Kost skribis: > Now about the second patch. At first, I don't agree with it :-). I > added #:dry-run? to ‘build-package’ procedure as I think it may be > useful, then I found a nice ‘maybe-build’ procedure in (guix scripts > system), and I just moved it to (guix scripts build) which doesn'

Re: Should we start a Guix users wiki?

2015-09-08 Thread Mark H Weaver
l...@gnu.org (Ludovic Courtès) writes: > Craig Barnes skribis: > >> Some time ago I asked on IRC about a guix users wiki. Someone suggest >> that I propose one here (sorry it's taken so long). >> >> I think that a wiki would be a good complement to the manual, which >> while quite complete, lack

Re: [PATCH] build: Improve information density and appearance of download progress output.

2015-09-08 Thread Ludovic Courtès
Steve Sprang skribis: > From 21f9829fab68e4660b19b651154f3c873b4d595e Mon Sep 17 00:00:00 2001 > From: Steve Sprang > Date: Sat, 5 Sep 2015 11:32:39 -0700 > Subject: [PATCH] build: Improve information density and appearance of download > progress output. > > * guix/build/download.scm (seconds->

Re: [PATCH 6/7] guix build: Add 'build-package'.

2015-09-08 Thread Ludovic Courtès
Alex Kost skribis: > From 4569ff4868a01e205b9b13b41dc587f8b8d67f76 Mon Sep 17 00:00:00 2001 > From: Alex Kost > Date: Thu, 3 Sep 2015 18:33:51 +0300 > Subject: [PATCH] store: Add 'set-build-options*'. > MIME-Version: 1.0 > Content-Type: text/plain; charset=UTF-8 > Content-Transfer-Encoding: 8bit

Re: Service refactoring

2015-09-08 Thread Mark H Weaver
l...@gnu.org (Ludovic Courtès) writes: > Andy Wingo skribis: > >> So then, for example, the elogind service would indicate that it >> installs udev rules, dbus interfaces, and polkit rules from the elogind >> package. The udev service would then query all services, adding rules >> from services

Re: [PATCH 5/6] guix: Move package-transitive-propagated-labels* and package-propagated-input-refs to (guix packages).

2015-09-08 Thread Eric Bavier
I find myself needing this functionality while exploring configuration support in xmonad, so I am (finally) revisiting this patch. The attached patch, rather than simply moving the two relevant procedures from (gnu packages version-control), instead replaces them with a single new procedure, named

Re: Should we start a Guix users wiki?

2015-09-08 Thread Thompson, David
On Tue, Sep 8, 2015 at 5:54 AM, Ludovic Courtès wrote: > Hi, > > Craig Barnes skribis: > >> Some time ago I asked on IRC about a guix users wiki. Someone suggest >> that I propose one here (sorry it's taken so long). >> >> I think that a wiki would be a good complement to the manual, which >> wh

Re: Service refactoring

2015-09-08 Thread Andy Wingo
Hi! Some thoughts but I am interested to see your results, your approach sounds good. On Tue 08 Sep 2015 12:12, l...@gnu.org (Ludovic Courtès) writes: > An issue is that each finalization procedure is passed more information > than strictly needed. Thus, any service can potentially influence an

Re: Service refactoring

2015-09-08 Thread Ludovic Courtès
Andy Wingo skribis: > On Sun 06 Sep 2015 23:23, l...@gnu.org (Ludovic Courtès) writes: > >> Service types and their “extends” relations form a DAG > > I am not sure how much ordering matters. The reason is that the > "extends" relations actually proceed from packages associated with a > service,

Re: Should we start a Guix users wiki?

2015-09-08 Thread Ludovic Courtès
Hi, Craig Barnes skribis: > Some time ago I asked on IRC about a guix users wiki. Someone suggest > that I propose one here (sorry it's taken so long). > > I think that a wiki would be a good complement to the manual, which > while quite complete, lacks exhaustive examples (which would be > imp

Re: [PATCH] gnu: pbr: Update to 1.6.0

2015-09-08 Thread Ludovic Courtès
Cyril Roelandt skribis: > On 09/07/2015 11:07 AM, Andreas Enge wrote: >> This looks harmless to push > > Btw, is it OK to directly push such changes? Yes, see “Commit Access” in ‘HACKING’. Basically if there’s too much rebuilding, or a potential for disruption or controversy, post it here. Let

Re: Service refactoring

2015-09-08 Thread Andy Wingo
On Sun 06 Sep 2015 23:23, l...@gnu.org (Ludovic Courtès) writes: > Service types and their “extends” relations form a DAG I am not sure how much ordering matters. The reason is that the "extends" relations actually proceed from packages associated with a service, not the service itself. It's en

Re: Should we start a Guix users wiki?

2015-09-08 Thread Amirouche Boubekki
Le 2015-09-08 00:08, Craig Barnes a écrit : Hi Guix, Some time ago I asked on IRC about a guix users wiki. Someone suggest that I propose one here (sorry it's taken so long). I think that a wiki would be a good complement to the manual, which while quite complete, lacks exhaustive examples (wh