Re: perl-io-socket-ssl build failures on 'security-updates' branch

2016-01-31 Thread Mark H Weaver
Mark H Weaver writes: > Mark H Weaver writes: > >> On the 'security-updates' branch, perl-io-socket-ssl gets stuck during >> its test suite, apparently caused by the openssl-1.0.2f update. It gets >> stuck at the same place on x86_64, i686, and armhf: >> >>

Re: [PATCHES] Add Aseprite and Allegro 4

2016-01-31 Thread Thompson, David
On Fri, Jan 29, 2016 at 5:20 PM, Eric Bavier wrote: > On 2016-01-29 16:01, David Thompson wrote: >> >> I found out about a really neat little pixel art editing tool called >> Aseprite, so I packaged it! > > > All LGTM. Pushed, thanks! - Dave

[PATCH 2/4] licenses: Add the Unlicense.

2016-01-31 Thread Leo Famulari
* guix/licenses.scm (unlicense): New variable. --- guix/licenses.scm | 7 +++ 1 file changed, 7 insertions(+) diff --git a/guix/licenses.scm b/guix/licenses.scm index cb23734..d33b19f 100644 --- a/guix/licenses.scm +++ b/guix/licenses.scm @@ -5,6 +5,7 @@ ;;; Copyright © 2015 Mark H Weaver

[PATCH 4/4] gnu: vdirsyncer: Update to 0.8.1.

2016-01-31 Thread Leo Famulari
* gnu/packages/dav.scm (vdirsyncer): Update to 0.8.1. [native-inputs]: Add python-hypothesis, python-pytest-subtesthack. --- gnu/packages/dav.scm | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/gnu/packages/dav.scm b/gnu/packages/dav.scm index f13d013..25b665f 100644

[PATCH 1/4] gnu: Add python-hypothesis.

2016-01-31 Thread Leo Famulari
* gnu/packages/python.scm (python-hypothesis, python2-hypothesis): New variables. --- gnu/packages/python.scm | 32 ++-- 1 file changed, 30 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 82a9cfc..98be464 100644 ---

[PATCH 3/4] gnu: Add python-pytest-subtesthack.

2016-01-31 Thread Leo Famulari
* gnu/packages/python.scm (python-pytest-subtesthack, python2-pytest-subtesthack): New variables. --- gnu/packages/python.scm | 30 +- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 98be464..41dd5cc

Re: FOSDEM 2016 slides

2016-01-31 Thread Leo Famulari
On Sun, Jan 31, 2016 at 11:31:42AM +0100, Ludovic Courtès wrote: > Hi! > > Here are mine: > > • “Your distro is a Scheme library” > > https://fosdem.org/2016/schedule/event/guixdistro/attachments/slides/1087/export/events/attachments/guixdistro/slides/1087/guix_scheme_library.pdf > > •

[PATCH 0/4] Add "Unlicense"; Update vdirsyncer

2016-01-31 Thread Leo Famulari
This patch series adds the Unlicense [0], which is a GPL-compatible [1] public domain "license". It is required to add python-pytest-subtesthack, which is a new dependency of vdirsyncer. It also adds python-hypothesis, which is a Python testing package. Finally, it updates vdirsyncer. [0]

Re: perl-io-socket-ssl build failures on 'security-updates' branch

2016-01-31 Thread Mark H Weaver
Mark H Weaver writes: > Mark H Weaver writes: > >> Mark H Weaver writes: >> >>> On the 'security-updates' branch, perl-io-socket-ssl gets stuck during >>> its test suite, apparently caused by the openssl-1.0.2f update. It gets >>> stuck at

proposal for more options in gnu/services/networking.scm for blocklist

2016-01-31 Thread Nils Gillmann
Some weeks when I first talked about GuixSD with someone who shares my dislike for facebook, they came up with this idea "Why stop at facebook with the block options?" Giving users who want to (and this is what it should be marked as and documented as) the choice to exclude most of the big

Re: [PATCH] gnu/packages/linux iptables: include firewall in description

2016-01-31 Thread Leo Famulari
On Mon, Jan 25, 2016 at 07:48:25PM +0100, Ni* Gillmann wrote: > This is a patch to include "firewall" in the description of iptables, as > it does not turn up with a search for "firewall" which might not be so > intuitive for GNU beginners. > I did not want to change the complete description

Re: perl-io-socket-ssl build failures on 'security-updates' branch

2016-01-31 Thread Mark H Weaver
Mark H Weaver writes: > On the 'security-updates' branch, perl-io-socket-ssl gets stuck during > its test suite, apparently caused by the openssl-1.0.2f update. It gets > stuck at the same place on x86_64, i686, and armhf: > > http://hydra.gnu.org/build/978260 >

Re: [PATCH 06/13] build: Generate man pages after compiling guile objects.

2016-01-31 Thread Ludovic Courtès
Mathieu Lirzin skribis: > Eric Bavier writes: > >>> +doc/guix-%.1: guix/scripts/%.scm $(GOBJECTS) >>> + -$(AM_V_HELP2MAN)case '$?' in \ >>> + *$<*) $(gen_man) --output="$@" "guix `basename "$<" .scm`";; \ >>> + *): ;; \ >>> + esac >> >>

Re: [PATCH] gnu: Add gtk-vnc.

2016-01-31 Thread Ludovic Courtès
iyzs...@member.fsf.org (宋文武) skribis: > I update the description, and push it. > > Thanks for the patch and reviews! And thanks 宋文武. :-) To everyone: When commenting on a patch, please make sure to make it clear in your message whether you are asking for some concrete action from the

Re: Review of installation manual draft

2016-01-31 Thread Ludovic Courtès
HI Petter, Thanks a lot for working on it! I’m at FOSDEM now but I hope to review while on the train later today. It would be easier for me if it were a diff against guix.texi. Do you think you could do that? That would be awesome. (If not I’ll comment on what you sent.) Ludo’.

Re: [PATCH 1/1] gnu: transmission-gtk: Add icon dependencies.

2016-01-31 Thread Ludovic Courtès
Leo Famulari skribis: [...] >> Seriously though, I think the trick is to have the XDG variables >> correctly set, which is done automatically on GuixSD: >> >> --8<---cut here---start->8--- >> $ env | grep XDG >>

Re: [PATCHES] Add more modules to the base-initrd

2016-01-31 Thread Ludovic Courtès
Mark H Weaver skribis: > I've attached two patches to add more modules to the base-initrd. > > The first adds the 'hid-generic' and 'hid-apple' modules, which are > needed to allow the user's disk encryption passphrase to be entered > during early boot on a MacBook 2,1 running

Re: FOSDEM 2016 slides

2016-01-31 Thread Ludovic Courtès
Hi! Here are mine: • “Your distro is a Scheme library” https://fosdem.org/2016/schedule/event/guixdistro/attachments/slides/1087/export/events/attachments/guixdistro/slides/1087/guix_scheme_library.pdf • “Reproducible and Customizable Deployments with GNU Guix”

Re: [PATCH 04/11] services: Rename %do-not-kill-file.

2016-01-31 Thread Ludovic Courtès
Alex Kost skribis: > Ludovic Courtès (2016-01-28 13:25 +0300) wrote: > >> Alex Kost skribis: >> >>> * gnu/services/base.scm (%do-not-kill-file): Rename to >>> "/etc/shepherd/do-not-kill". >> >> Shouldn’t it be merged with patch 03? Otherwise patch 03

Re: Unprivileged power managing in GuixSD: dbus-send not working

2016-01-31 Thread Ludovic Courtès
swedebu...@riseup.net skribis: > I'm using GuixSD with xfce recently pulled, reconfigured and restarted. > > I have found that power managing dbus-send commands (from > http://andrusiv.com/blog/2011/12/12/shutdown-dbus.html) does not work > at all, eg: I think you’ll find it easier to use the

Re: FOSDEM 2016 slides

2016-01-31 Thread Christopher Allan Webber
My "slides" https://gitlab.com/dustyweb/talks/raw/master/guix/fosdem_2016/fosdem_guile_guix.org Best viewed in emacs, and with M-x org-toggle-inline-images; maybe $ git clone https://gitlab.com/dustyweb/talks cwebber-talks $ cd cwebber-talks $ emacs guix/fosdem_2016/fosdem_guile_guix.org Have

[PATCH 1/2] profiles: Add xdg-desktop-database hook.

2016-01-31 Thread 宋文武
* guix/profiles (xdg-desktop-database): New function. (%default-profile-hooks): Add it. --- guix/profiles.scm | 34 +- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/guix/profiles.scm b/guix/profiles.scm index ce86ff8..38e2730 100644 ---

[PATCH 2/2] profiles: Add xdg-mime-database hook.

2016-01-31 Thread 宋文武
* guix/profiles (xdg-mime-database): New function. (%default-profile-hooks): Add it. --- guix/profiles.scm | 36 +++- 1 file changed, 35 insertions(+), 1 deletion(-) diff --git a/guix/profiles.scm b/guix/profiles.scm index 38e2730..84bcbd2 100644 ---

Re: [PATCH 2/2] profiles: Add xdg-mime-database hook.

2016-01-31 Thread 宋文武
The xdg-desktop-database hook rebuilds the 'mimeinfo.cache' database from desktop files of applications, which then is used to decide the "Default Application" (in thunar, nautilus, etc.) for a MIME type. The xdg-mime-database hook rebuilds the 'mime.cache' database, it's the shared mime-info