Re: FOSDEM 2016

2015-09-01 Thread Alex Sassmannshausen
Hello, Pjotr over on guix-devel has proposed we organise a Guile developer track at the next FOSDEM (January 2016). There seems to be a pretty good reception on the guix mailing lists, and we're still looking for ideas for talks, etc. If you'd be interested in giving a talk, check out https:

Re: ath9k vs. Linux-libre 4.1.2, and default kernel

2015-09-01 Thread Alex Sassmannshausen
Hello, Sorry, can't help really, but… Ludovic Courtès writes: > l...@gnu.org (Ludovic Courtès) skribis: > >> When switching from 4.0.5 to 4.1.2, I noticed that my ath9k-based >> ThinkPenguin WiFi dongle would no longer work (“Resource unavailable” >> when running ‘iwlist xxx scan’, etc.) > > Thi

Re: [PATCH 3/4] emacs: Allow to choose 'find-file' function.

2015-09-01 Thread Alex Kost
Ludovic Courtès (2015-09-01 00:31 +0300) wrote: > Alex Kost skribis: > >> * emacs/guix-utils.el (guix-find-file-function): New variable. >> (guix-find-file): Use it. > > OK. > > Nitpick: “Allow users to choose a ‘find-file’ function.” > ^ ^ Fixed. Thank you for t

[PATCH] emacs: Use "r" key for 'cran' action in 'import' popup.

2015-09-01 Thread Alex Kost
Hello, as now we have an importer for CRAN packages, there is a duplication of "c" key in "M-x guix RET i". I think that "r" will be a good key for cran there, WDYT? >From 1cc6871abf3d53ad5702fde5570df8a61a945010 Mon Sep 17 00:00:00 2001 From: Alex Kost Date: Tue, 1 Sep 2015 13:10:41 +0300 Subje

[PATCHES] Add elogind service

2015-09-01 Thread Andy Wingo
Attached are two patches. The first updates elogind to a current release tarball. The second adds a service. These are the bottom two patches in wip-pam-elogind. If you run the service, you'll at least have lid suspend support. Some patches more patches to follow but these are the only elogind

[PATCHES] Whip polkit into shape

2015-09-01 Thread Andy Wingo
Attached are three patches to polkit. The first makes polkit use elogind for seat management. The second is based on a WIP patch from Mark, and arranges for polkit to look in the system profile for rules and actions. The third adds a polkit service. I've tested these by running "pkaction" and "

Re: [PATCHES] Whip polkit into shape

2015-09-01 Thread Andy Wingo
On Tue 01 Sep 2015 13:53, Andy Wingo writes: > Attached are three patches to polkit. The first makes polkit use > elogind for seat management. The second is based on a WIP patch from > Mark, and arranges for polkit to look in the system profile for rules > and actions. The third adds a polkit

Re: Texinfo in descriptions?

2015-09-01 Thread Mathieu Lirzin
l...@gnu.org (Ludovic Courtès) writes: > AFAICS ‘stexi->plain-text’ already does paragraph filling, so the call > above is redundant (and could break the rendering.) > > However, the width of the rendered text is fixed, unlike what > ‘string->recutils’ did so far. To work around that, we’ll have

Re: Ruby on Guix

2015-09-01 Thread Cyril Roelandt
On 08/31/2015 12:06 AM, David Thompson wrote: > Hey fellow Guix hackers, > > I just published a blog post about Guix targetting Ruby programmers, > detailing the ways in which Guix can replace the not-so-good RVM and > Bundler tools. I know there's a few Rubyists lurking in here, so, > enjoy! >

[PATCH] gnu: emacs-flycheck: Use the upstream release instead of MELPA.

2015-09-01 Thread Alex Kost
Hello, ‘emacs-flycheck’ package is "broken": as you remember¹ MELPA updates tarballs in place (“guix build --source emacs-flycheck” gives me a different hash), so it's better to use an upstream release. As can be seen² there is a ready-to-use tarball but only for the previous version (0.23). Ther

[PATCH] Add Shotwell.

2015-09-01 Thread Ricardo Wurmus
More GNOME packages! >From a4e79409b7ea4681f576b050e8cc5f8235eecf27 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Tue, 1 Sep 2015 21:36:32 +0200 Subject: [PATCH 1/5] gnu: Add libraw. * gnu/packages/photo.scm (libraw): New variable. --- gnu/packages/photo.scm | 20 1 f

Re: [PATCH 1/3] gnu: libxfce4ui: Build with GTK+ 3 support.

2015-09-01 Thread Ludovic Courtès
宋文武 skribis: > * gnu/packages/xfce.scm (libxfce4ui)[propagated-inputs]: Add gtk+. [...] > + `(("gtk+-2" ,gtk+-2) ; required by libxfce4ui-1.pc > + ("gtk+-3" ,gtk+); required by libxfce4ui-2.pc Should we keep just GTK+3? What happens when both are provided, are two variants bein

Re: [PATCH 2/3] gnu: xfce4-panel: Build with GTK+ 3 support.

2015-09-01 Thread Ludovic Courtès
宋文武 skribis: > * gnu/packages/xfce.scm (xfce4-panel)[arguments]: New field. LGTM. Ludo'.

Re: [PATCH 3/3] gnu: Add xfce4-pulseaudio-plugin.

2015-09-01 Thread Ludovic Courtès
宋文武 skribis: > * gnu/packages/xfce.scm (xfce4-pulseaudio-plugin): New variable. LGTM, thanks! Ludo'.

Re: [PATCH] Add TeX Gyre fonts.

2015-09-01 Thread Ludovic Courtès
Ricardo Wurmus skribis: > Attached is a patch to add the TeX Gyre font collection in OTF format. > There is another archive available for download which includes a lot > more formats and documentation, but I think this flat zip file with the > OTF files is sufficient. > > The fonts are released u

Re: [PATCH 1/3] gnu: Add llfuse.

2015-09-01 Thread Leo Famulari
On Mon, Aug 31, 2015, at 07:52, Ludovic Courtès wrote: > Alex Kost skribis: > > > Leo Famulari (2015-08-26 20:16 +0300) wrote: > > [...] > > >> + (description "Python-LLFUSE is a set of Python bindings for the low > >> level > >> +FUSE API. It requires at least FUSE 2.8.0 and supports both

Re: [PATCH] Add TeX Gyre fonts.

2015-09-01 Thread Ludovic Courtès
Ricardo Wurmus skribis: > From f00ce9715045a73a91814d41da665640ace820fc Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Sun, 30 Aug 2015 19:52:55 +0200 > Subject: [PATCH 2/2] gnu: Add TeX Gyre fonts. > > * gnu/packages/fonts.scm (font-tex-gyre): New variable. LGTM, thanks! Ludo'.

Re: [PATCH 3/3] gnu: Add Attic.

2015-09-01 Thread Leo Famulari
On Sun, Aug 30, 2015, at 15:58, Alex Kost wrote: > Please align modify-phases clause like this: > > (modify-phases %standard-phases > (add-before >'build 'set-openssl-prefix >(lambda* (#:key inputs #:allow-other-keys) > (setenv "ATTIC_OPENSSL_PREFIX" (assoc-ref inputs "openssl")) >

Re: [PATCH] Add gerbv.

2015-09-01 Thread Ludovic Courtès
Ricardo Wurmus skribis: > From e992f3d52f99219f25f00d1917ca6f83f9e805f3 Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Mon, 31 Aug 2015 08:46:12 +0200 > Subject: [PATCH 1/2] gnu: Add po4a. > > * gnu/packages/gettext.scm (po4a): New variable. [...] > +(substitute* "Po4aBuil

Re: Set screen resolution in X.

2015-09-01 Thread Ludovic Courtès
Dmitry Nikolaev skribis: >>> I've tried everything. Please help me. I want to help Guix, write new >>> packages and patches, but I can't. My eyes hurts because of wrong >>> resolution. Here is my full config.scm: > >> Are you sure the resolution you want is supported in your X session? >> Please

[v2 0/3] Add Attic backup program

2015-09-01 Thread Leo Famulari
This revised patchset adds the Attic [1] backup program and its dependencies. Your comments are requested! [1] https://attic-backup.org/ Leo Famulari (3): * gnu/packages/python.scm (python-llfuse, python2-llfuse): New variables. * gnu/packages/python.scm (python-msgpack, python2-msgpack)

[v2 2/3] * gnu/packages/python.scm (python-msgpack, python2-msgpack): New variables.

2015-09-01 Thread Leo Famulari
--- gnu/packages/python.scm | 24 1 file changed, 24 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 7846c7b..54523b4 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -4683,3 +4683,27 @@ FUSE API.") (define-public

[v2 3/3] * gnu/packages/backup.scm (attic): New variable.

2015-09-01 Thread Leo Famulari
--- Changes in v2: - Fix indentation. gnu/packages/backup.scm | 38 -- 1 file changed, 36 insertions(+), 2 deletions(-) diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm index 3c703ec..b1b30a0 100644 --- a/gnu/packages/backup.scm +++ b/gnu/packa

[v2 1/3] * gnu/packages/python.scm (python-llfuse, python2-llfuse): New variables.

2015-09-01 Thread Leo Famulari
--- Changes in v2: - Move llfuse.scm into python.scm. Rename to python-llfuse, python2-llfuse. - Update to new upstream version - Correct license field. - Make description more generic. gnu/packages/python.scm | 31 +++ 1 file changed, 31 insertions(+) diff --g

Re: [PATCH] Add ggplot2.

2015-09-01 Thread Ludovic Courtès
Howdy Ricardo! Ricardo Wurmus skribis: > while writing the r-build-system and the CRAN importer I tested it by > packaging ggplot2 with all dependencies. 16 patches are attached; all > of them are very simple (this bodes well for the future of R on Guix). Indeed, that’s a really good sign. >

Re: [PATCH] Add deepTools.

2015-09-01 Thread Ludovic Courtès
Ricardo Wurmus skribis: > From e34e21bf6222c3239c98dd6c8eee37023d266154 Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Mon, 31 Aug 2015 17:22:19 +0200 > Subject: [PATCH] gnu: Add deeptools. > > * gnu/packages/bioinformatics.scm (deeptools): New variable. LGTM, thanks. Ludo'.

Re: [PATCH] Add ZynAddSubFX

2015-09-01 Thread Ludovic Courtès
Ricardo Wurmus skribis: > From 3926ec4243d497438b080b83678b2bd05105024d Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Mon, 31 Aug 2015 17:33:56 +0200 > Subject: [PATCH 1/2] gnu: Add minixml. > > * gnu/packages/xml.scm (minixml): New variable. [...] > +(description > + "Mini-X

[v3 1/3] gnu: Add python-llfuse.

2015-09-01 Thread Leo Famulari
* gnu/packages/python.scm (python-llfuse, python2-llfuse): New variables. --- Changes in v3: - Fix commit message. Changes in v2: - Move llfuse.scm into python.scm. Rename to python-llfuse, python2-llfuse. - Update to new upstream version - Correct license field. - Make description more

[v3 3/3] gnu: Add attic.

2015-09-01 Thread Leo Famulari
* gnu/packages/backup.scm (attic): New variable. --- Changes in v3: - Fix commit message. Changes in v2: - Fix indentation. gnu/packages/backup.scm | 38 -- 1 file changed, 36 insertions(+), 2 deletions(-) diff --git a/gnu/packages/backup.scm b/gnu/packag

[v3 0/3] Add Attic backup program

2015-09-01 Thread Leo Famulari
This revised patchset adds the Attic [1] backup program and its dependencies, with correct commit messages. Your comments are requested! [1] https://attic-backup.org/ Leo Famulari (3): gnu: Add python-llfuse. gnu: Add python-msgpack. gnu: Add attic. gnu/packages/backup.scm | 38

[v3 2/3] gnu: Add python-msgpack.

2015-09-01 Thread Leo Famulari
* gnu/packages/python.scm (python-msgpack, python2-msgpack): New variables. --- Changes in v3: - Fix commit message. gnu/packages/python.scm | 24 1 file changed, 24 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 7846c7b..54523b4 100

Re: Ruby on Guix

2015-09-01 Thread Thompson, David
On Tue, Sep 1, 2015 at 2:40 PM, Cyril Roelandt wrote: > On 08/31/2015 12:06 AM, David Thompson wrote: >> Hey fellow Guix hackers, >> >> I just published a blog post about Guix targetting Ruby programmers, >> detailing the ways in which Guix can replace the not-so-good RVM and >> Bundler tools. I

[PATCH 1/2] gnu: python-testtools: fix propagated inputs.

2015-09-01 Thread Cyril Roelandt
* gnu/packages/python.scm (python-testools): turn python-fixtures and python-testtools into propagated inputs. --- gnu/packages/python.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 19dcf5a..1817068 100644 ---

[PATCH 0/2] Add oslo.i18n

2015-09-01 Thread Cyril Roelandt
These patches add oslo.i18n, a library that is part of Oslo. Cyril Roelandt (2): gnu: python-testtools: fix propagated inputs. gnu: Add oslo.i18n. gnu/packages/openstack.scm | 34 ++ gnu/packages/python.scm| 5 +++-- 2 files changed, 37 insertions(+), 2 d

[PATCH 2/2] gnu: Add oslo.i18n.

2015-09-01 Thread Cyril Roelandt
* gnu/packages/openstack.scm (python-oslo.i18n, python2-oslo.i18n): 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 ddd2f50..8e96455 100644 --- a/gn

Re: [PATCH] gnu: Add sassc.

2015-09-01 Thread Thompson, David
On Sat, Aug 22, 2015 at 12:57 AM, Mark H Weaver wrote: > David Thompson writes: > >> From 4a6d1a798a0625d8bc104b86db56f5d2594a5d80 Mon Sep 17 00:00:00 2001 >> From: David Thompson >> Date: Wed, 19 Aug 2015 21:54:57 -0400 >> Subject: [PATCH] gnu: Add sassc. >> >> * gnu/packages/web.scm (sassc): N

Re: [PATCH] Add gerbv.

2015-09-01 Thread Ricardo Wurmus
Ludovic Courtès writes: >> * gnu/packages/gettext.scm (po4a): New variable. > > [...] > >> + (string-append "--nonet " >> + (assoc-ref inputs "docbook-xsl") >> + ;; TODO: replace version string >> +