From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: Brasero, or gnome without gnome Date: Wed, 2 Oct 2013 22:56:00 +0200 Message-ID: <20131002205600.GA1680@debian> References: <20131002124146.GA15506@debian> <20131002180223.GA873@debian> <874n8zsc3c.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45427) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VRTT3-0002Ef-Lt for guix-devel@gnu.org; Wed, 02 Oct 2013 16:56:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VRTSw-0005e6-4V for guix-devel@gnu.org; Wed, 02 Oct 2013 16:56:21 -0400 Content-Disposition: inline In-Reply-To: <874n8zsc3c.fsf@gnu.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ludovic =?iso-8859-15?Q?Court=E8s?= Cc: guix-devel@gnu.org On Wed, Oct 02, 2013 at 09:32:23PM +0200, Ludovic Courtès wrote: > Is there a more specific environment variable that could be put in > ‘native-search-paths’ (so that ‘guix package --search-paths’ gives the > right hint)? No idea so far. But the next point speaks against it: > > Of course, this works only as long as only one gnome program is installed, > > since all the different gschemas.compiled step on each other's toe. > They’re all called ‘gschemas.compiled’? Yes. > If yes, then that’s another case for “profile hooks”–i.e., snippets to > run in the build process that produces the profile. I thought so, but if possible, it would be nice to have a direct, functional (by which I mean, depending only on the installed packet and not on which other packets are also installed) solution. Andreas