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

2016-02-07 Thread Ludovic Courtès
iyzs...@member.fsf.org (宋文武) skribis: > l...@gnu.org (Ludovic Courtès) writes: [...] >> This is a small dependency, but it still depends on GLib; my >> understanding is that building any profile would end up pulling in GLib >> because of this hook. > Yes. >> >> Should we have some heuristic as

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

2016-02-03 Thread 宋文武
68def46ddab54bd1347d6cf2ef5832f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= <iyzs...@gmail.com> Date: Thu, 4 Feb 2016 15:33:07 +0800 Subject: [PATCH 1/2] profiles: Add xdg-desktop-database hook. * guix/profiles.scm (xdg-desktop-database): New function. (%defaul

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

2016-02-02 Thread Ludovic Courtès
宋文武 skribis: > * guix/profiles (xdg-desktop-database): New function. > (%default-profile-hooks): Add it. Nice! > + (update-desktop-database (string-append > + #+desktop-file-utils > +

[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 ---