Re: [PATCH] gnu: Add exempi and eog.

2015-07-15 Thread 宋文武
David Hashe writes: > Hello Guix, > > The attached patches add Eye of GNOME and one of its dependencies, exempi. > The Eye of GNOME (eog) patch depends on the exempi patch. > > Thanks, > David > From cf0f69390f00852b9971e88e5e817ca540264d88 Mon Sep 17 00:00:00 2001 > From: David Hashe > Date: We

[PATCH] Fix tcpdump.

2015-07-15 Thread Ricardo Wurmus
Hi Guix, libpcap comes with a couple of backends that are disabled by default. Among those available backends is “pcap-linux”. By default the only backends are pcap-null pcap-usb-linux pcap-can-linux pcap-netfilter-linux pcap-common ‘netfilter-linux’ doesn’t work out of the

Re: Formatting lists in descriptions

2015-07-15 Thread Ludovic Courtès
"Cook, Malcolm" skribis: > Hi - I'm late to this discussion - not sure all the issues on the table - but > how about deferring to markdown in such cases. We could use a more advanced format. In that case I would prefer sexps (but they would not play well with i18n), or, if we use a text DSL, O

Re: Timestamps in tarballs created by 'patch-and-repack'

2015-07-15 Thread Ludovic Courtès
Mark H Weaver skribis: > Mark H Weaver writes: > >> Mark H Weaver writes: >> >>> However, this raises a deeper problem: all of the outputs of >>> 'patch-and-repack' contain non-deterministic timestamps, and these >>> timestamps can cause problems with future builds. >>> >>> Would it be sufficie

Re: Formatting lists in descriptions

2015-07-15 Thread Alex Kost
Ludovic Courtès (2015-07-15 17:28 +0300) wrote: > "Cook, Malcolm" skribis: > >> Hi - I'm late to this discussion - not sure all the issues on the table - >> but how about deferring to markdown in such cases. > > We could use a more advanced format. In that case I would prefer sexps > (but they

Re: Using a shared Guix store (was RE: [Bio-packaging] testing out guix)

2015-07-15 Thread Ricardo Wurmus
Cook, Malcolm writes: > Also, you discussed need for setting NIX_STATE_DIR. This should not > be needed if guix was already installed with configuration of > --localstatedir=/guix/var (with /guix being nfs mounted), right? NIX_STATE_DIR is used to override localstate at runtime. If you are ha

Re: [PATCH] gnu: Add exempi and eog.

2015-07-15 Thread Mark H Weaver
David Hashe writes: > The attached patches add Eye of GNOME and one of its dependencies, > exempi. The Eye of GNOME (eog) patch depends on the exempi patch. I agree with the comments by Ricardo and 宋文武, and have a few additional comments: > From cf0f69390f00852b9971e88e5e817ca540264d88 Mon Sep

Re: [PATCH] Fix tcpdump.

2015-07-15 Thread Mark H Weaver
Ricardo Wurmus writes: > From 7ca2d0dc5cc1232605e2b78167ea3ae5c92be531 Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Wed, 15 Jul 2015 16:11:50 +0200 > Subject: [PATCH] gnu: libpcap: Enable plain "linux" backend. > > * gnu/packages/admin.scm (libpcap)[arguments]: Add "--with-pcap=linux"

Re: [PATCH] Fix tcpdump.

2015-07-15 Thread Ludovic Courtès
Ricardo Wurmus skribis: > From 7ca2d0dc5cc1232605e2b78167ea3ae5c92be531 Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Wed, 15 Jul 2015 16:11:50 +0200 > Subject: [PATCH] gnu: libpcap: Enable plain "linux" backend. > > * gnu/packages/admin.scm (libpcap)[arguments]: Add "--with-pcap=linux

Re: [PATCH] gnu: Add lxappearance.

2015-07-15 Thread Mathieu Lirzin
Alex Kost writes: > I think it should be: >> +"mirror://sourceforge/project/lxde/LXAppearance/" > > guix download > "mirror://sourceforge/projects/lxde/files/LXAppearance/lxappearance-0.6.1.tar.xz" > > gives some html file. Otherwise it looks good to me. fixed! One last qu

[PATCH] gnu: Add gnome-common.

2015-07-15 Thread Mathieu Lirzin
>From 9040050b26c3282c24c53adf3d82319fbf760c27 Mon Sep 17 00:00:00 2001 From: Mathieu Lirzin Date: Mon, 13 Jul 2015 10:51:46 +0200 Subject: [PATCH] gnu: Add gnome-common. * gnu/packages/gnome.scm (gnome-common): New variable. --- gnu/packages/gnome.scm | 22 ++ 1 file changed

RE: Using a shared Guix store (was RE: [Bio-packaging] testing out guix)

2015-07-15 Thread Cook, Malcolm
> Cook, Malcolm writes: > > > Also, you discussed need for setting NIX_STATE_DIR. This should not > > be needed if guix was already installed with configuration of > > --localstatedir=/guix/var (with /guix being nfs mounted), right? > > NIX_STATE_DIR is used to override localstate at runtime.

Re: [PATCH] gnu: Add lxappearance.

2015-07-15 Thread Ludovic Courtès
Mathieu Lirzin skribis: > One last question: I've used "LXDE" and "LXAppearance" because it's the > most common way to write them and LXDE is a acronym for "Lightweight X11 > Desktop Environment". But Since we use the name "Gnome" (which is a > acronym), I wonder if we shouldn't use "Lxde" and "

Re: [PATCH] gnu: Add gnome-common.

2015-07-15 Thread Ludovic Courtès
Mathieu Lirzin skribis: > From 9040050b26c3282c24c53adf3d82319fbf760c27 Mon Sep 17 00:00:00 2001 > From: Mathieu Lirzin > Date: Mon, 13 Jul 2015 10:51:46 +0200 > Subject: [PATCH] gnu: Add gnome-common. > > * gnu/packages/gnome.scm (gnome-common): New variable. [...] > +(synopsis "Bootstrap

Re: [PATCH] gnu: Add python-aiotest.

2015-07-15 Thread Ludovic Courtès
Cyril Roelandt skribis: > * gnu/packages/python.scm (python-aiotest, python2-aiotest): New variables. [...] > + (synopsis > +"Test suite to validate an implementation of PEP 3156 (the asyncio API)") What about “Validate implementations of Python’s asyncio API”? > + (description > +"

Re: [PATCH 3/5] build: Add 'emacs-build-system'

2015-07-15 Thread Ludovic Courtès
Alex Kost skribis: > So I suggest to add a phase for deleting non-".el[c]" files from the > ".guix.d/package" directory. Agreed; what about putting READMEs etc. elsewhere, like under ‘share/doc/PACKAGE’ if we want to preserve them? > And just in case: I have nothing against GNU ELPA repository

Re: [PATCH] gnu: Update livestreamer to 1.12.2.

2015-07-15 Thread Ludovic Courtès
Efraim Flashner skribis: > From 0e0b21fc9669f316b34bdbbed9f4f1f4eb6b8f96 Mon Sep 17 00:00:00 2001 > From: Efraim Flashner > Date: Tue, 30 Jun 2015 20:44:02 +0300 > Subject: [PATCH] gnu: Update livestreamer to 1.12.2. > > * gnu/packages/video (livestreamer): Update to 1.12.2. Applied, thanks! L

New build machine

2015-07-15 Thread Ludovic Courtès
Hello, Simon Josefsson (of GnuTLS, GNU SASL, GNU LibIDN, and many other GNU and non-GNU projects) kindly offered us an 8-core x86_64 build machine. It’s already busy building stuff and will certainly make the upcoming ‘core-updates’ rebuild faster. Thank you, Simon! Ludo’. signature.asc Descr

[PATCH 01/11] gnu: Bump python-six to 1.9.0.

2015-07-15 Thread Cyril Roelandt
* gnu/packages/python.scm (python-six): Bump to 1.9.0. --- gnu/packages/python.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 5dcaba0..2ba7178 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@

[PATCH 03/11] gnu: Add oslo.i18n.

2015-07-15 Thread Cyril Roelandt
* gnu/packages/python.scm (python-testools): turn python-fixtures and python-testtools into propagated inputs. * gnu/packages/openstack.scm (python-oslo.i18n, python2-oslo.i18n): New variables. --- gnu/packages/openstack.scm | 34 ++ gnu/packages/python.scm|

[PATCH 04/11] gnu: Add oslo.config

2015-07-15 Thread Cyril Roelandt
* gnu/packages/python.scm (python-netaddr, python2-netaddr): New variables. * gnu/packages/openstack.scm (python-stevedore, python2-stevedore, python-oslo.config, python2-oslo.config): New variables. --- gnu/packages/openstack.scm | 81 ++ gnu/packages

[PATCH 00/11] Add a few modules from the Oslo library.

2015-07-15 Thread Cyril Roelandt
This is a first step towards packaging OpenStack. --- Cyril Roelandt (11): gnu: Bump python-six to 1.9.0. gnu: Add oslotest. gnu: Add oslo.i18n. gnu: Add oslo.config gnu: Add oslo.utils. gnu: Add oslo.context. gnu: Add oslo.serialization. gnu: Add oslo.log. gnu: Add oslo.cache.

[PATCH 02/11] gnu: Add oslotest.

2015-07-15 Thread Cyril Roelandt
* gnu/packages/openstack.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it here. * gnu/packages/python.scm (python-appdirs, python2-appdirs): New variables. --- gnu-system.am | 1 + gnu/packages/openstack.scm | 179 + gnu/package

[PATCH 06/11] gnu: Add oslo.context.

2015-07-15 Thread Cyril Roelandt
* gnu/packages/openstack.scm (python-oslo.context, python2-oslo.context): New variables. --- gnu/packages/openstack.scm | 32 1 file changed, 32 insertions(+) diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm index 3a3b129..584a530 100644 ---

[PATCH 10/11] gnu: Add oslo.middleware.

2015-07-15 Thread Cyril Roelandt
* gnu/packages/python.scm (python-webob, python2-webob): New variables. * gnu/packages/openstack.scm (python-oslo.middleware, python2-oslo.middleware): New variables. --- gnu/packages/openstack.scm | 42 ++ gnu/packages/python.scm| 28 +

[PATCH 08/11] gnu: Add oslo.log.

2015-07-15 Thread Cyril Roelandt
* gnu/packages/openstack.scm (python-oslo.log, python2-oslo.log): New variables. --- gnu/packages/openstack.scm | 41 + 1 file changed, 41 insertions(+) diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm index c67108f..092ee5d 100644 ---

[PATCH 09/11] gnu: Add oslo.cache.

2015-07-15 Thread Cyril Roelandt
* gnu/packages/python.scm (python-markupsafe python-mako python-dogpile.cache python-dogpile.core python-memcached python2-markupsafe python2-mako python2-dogpile.cache python2-dogpile.core python2-memcached): New variables. * gnu/packages/openstack.scm (python-oslo.cache, python2-olso.cache):

[PATCH 05/11] gnu: Add oslo.utils.

2015-07-15 Thread Cyril Roelandt
* gnu/packages/python.scm (python-wrapt, python2-wrapt, python-iso8601, python2-iso8601, python-monotonic python2-monotonic): New variables. * gnu/packages/openstack.scm (python-debtcollector, python2-debtcollector, python-oslo.util python2-oslo.util): New variables. --- gnu/packages/openstack

[PATCH 07/11] gnu: Add oslo.serialization.

2015-07-15 Thread Cyril Roelandt
* gnu/packages/openstack.scm (python-oslo.serialization, python2-oslo.serialization): New variables. --- gnu/packages/openstack.scm | 38 ++ 1 file changed, 38 insertions(+) diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm index 584a530..c

[PATCH 11/11] gnu: Add oslosphinx.

2015-07-15 Thread Cyril Roelandt
* gnu/packages/python.scm (python-requests): Bump to 2.7.0. * gnu/packages/openstack.scm (python-oslosphinx, python2-olsosphinx): New variables. --- gnu/packages/openstack.scm | 37 + gnu/packages/python.scm| 4 ++-- 2 files changed, 39 insertions(+), 2 d

Re: [PATCH] gnu: Add exempi and eog.

2015-07-15 Thread David Hashe
Thanks to everyone for the reviews! I got boost working and changed everything that was requested. I've attached updated patches for both. Thanks, David On Wed, Jul 15, 2015 at 11:15 AM, Mark H Weaver wrote: > David Hashe writes: > > > The attached patches add Eye of GNOME and one of its depe

Re: Using a shared Guix store (was RE: [Bio-packaging] testing out guix)

2015-07-15 Thread Pjotr Prins
Great Malcolm, One thing I was advocating today (compared to, for example, easybuild, modules or homebrew) is that once you create a GNU Guix package it will live on *all* future Linux systems (and perhaps beyond). It being a GNU project I can only imagine it becoming ubiquous. Pj. On Wed, Jul 1

Of sounds and locales

2015-07-15 Thread matias_jose_seco
Humanists and Magicians, i'm very glad to began this journey around BuildYourWorld dimension! In particular i've successfully generated the GuixSD station at Libreboot X60, and it runs like a free deer over the woods! I apologize if i'm eventually writing to the wrong specific-ml, but i was una