guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Ludovic Courtès
Subject: Re: [PATCH 1/2] profiles: Add xdg-desktop-database hook.
Date: Tue, 02 Feb 2016 14:09:44 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

宋文武 <address@hidden> skribis:

> * guix/profiles (xdg-desktop-database): New function.
> (%default-profile-hooks): Add it.

Nice!

> +               (update-desktop-database (string-append
> +                                         #+desktop-file-utils
> +                                         "/bin/update-desktop-database")))

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.

Should we have some heuristic as for the GTK+ and GHC hooks to avoid
pulling it in?

For instance, we could check whether GLib is already an indirect
dependency of at least one of the packages.  WDYT?

Thank you!

Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]