>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 +++
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
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.
* 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
* 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
++
* 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
+++
* 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
* 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
* 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
++
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'
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
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->
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
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
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
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
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
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,
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
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
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
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
22 matches
Mail list logo