Web site’s download page

2015-05-12 Thread Ludovic Courtès
Hello! The “download” page of the new web site mentions the USB images and the source tarball. However, 0.8.2 will additionally provide binary tarballs, one per supported architecture (4 in total)¹. How would you suggest presenting that on the download page? Feel free to hack directly on the

Daemon update

2015-05-12 Thread Ludovic Courtès
Commit 1303a4a fixes a use-after-free in the daemon that manifested when compiling it with GCC 5.1 (string destructors were called before ‘execve’ calls that used the underlying ‘char *’ pointers.) The fix is a backport of an upstream commit. I plan to update our copy of the Nix daemon code

New template for 'guix-packages' made available

2015-05-12 Thread Translation Project Robot
Hello, gentle maintainer. This is a message from the Translation Project robot. (If you have any questions, send them to coordina...@translationproject.org.) A new POT file for textual domain 'guix-packages' has been made available to the language teams for translation. It is archived as:

Re: [PATCH] gnu: Add miredo.

2015-05-12 Thread Ludovic Courtès
taylanbayi...@gmail.com (Taylan Ulrich Bayırlı/Kammer) skribis: From 46a336ecc1c7e086a99af784829456f0ed216303 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Taylan=20Ulrich=20Bay=C4=B1rl=C4=B1/Kammer?= taylanbayi...@gmail.com Date: Tue, 12 May 2015 15:29:06 +0200 Subject: [PATCH] gnu: Add miredo.

Re: [PATCH] gnu: Add adwaita-icon-theme.

2015-05-12 Thread Ludovic Courtès
宋文武 iyzs...@gmail.com skribis: * gnu/packages/gnome.scm (adwaita-icon-theme): New variable. [...] +(define-public adwaita-icon-theme + (package (inherit gnome-icon-theme) +(name adwaita-icon-theme) +(version 3.16.0) +(source (origin + (method url-fetch) +

Re: [PATCH] gnu: guix-0.8.1: Add gnutls to propagated inputs.

2015-05-12 Thread Ludovic Courtès
taylanbayi...@gmail.com (Taylan Ulrich Bayırlı/Kammer) skribis: It came up on IRC that the guix package should probably propagate gnutls, since it's required by 'guix download' for HTTPS URLs. Could you run “make guix-tarball.x86_64-linux.tar.xz” before and after, and report the size

Call for screenshots

2015-05-12 Thread Ludovic Courtès
Hello! I would be grateful if people could contribute a bunch of screenshots of current master in the spirit of those found at http://www.gnu.org/software/guix/screenshots/0.8/, but rather using Xfce this time (it has to be clear that it’s GuixSD running.) Those who have commit access are

Re: [PATCH] gnu: Add adwaita-icon-theme.

2015-05-12 Thread 宋文武
Ludovic Courtès l...@gnu.org writes: 宋文武 iyzs...@gmail.com skribis: * gnu/packages/gnome.scm (adwaita-icon-theme): New variable. [...] +(define-public adwaita-icon-theme + (package (inherit gnome-icon-theme) +(name adwaita-icon-theme) +(version 3.16.0) +(source (origin +

[PATCH] gnu: Add adwaita-icon-theme.

2015-05-12 Thread 宋文武
* gnu/packages/gnome.scm (adwaita-icon-theme): New variable. --- gnu/packages/gnome.scm | 16 1 file changed, 16 insertions(+) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 8adcbdd..2f5f125 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@

[PATCH] gnu: guix-0.8.1: Add gnutls to propagated inputs.

2015-05-12 Thread Taylan Ulrich Bayırlı/Kammer
It came up on IRC that the guix package should probably propagate gnutls, since it's required by 'guix download' for HTTPS URLs. Should this go to core-updates or so? From 139aefdbd5b2eb07c08c46cdab62517b93a7b656 Mon Sep 17 00:00:00 2001 From: