From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brett Gilio Subject: Re: glib-compiler-resources Date: Wed, 10 Oct 2018 14:46:10 -0500 Message-ID: <87pnwhlh4t.fsf@posteo.net> References: <87r2gxli5r.fsf@posteo.net> <87r2gxvbvb.fsf@tobias.gr> Mime-Version: 1.0 Content-Type: text/plain; format=flowed Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53698) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gAKR7-0000RF-Qp for guix-devel@gnu.org; Wed, 10 Oct 2018 15:46:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gAKR3-0004d2-RY for guix-devel@gnu.org; Wed, 10 Oct 2018 15:46:25 -0400 Received: from mout01.posteo.de ([185.67.36.65]:49263) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gAKR3-0004Yd-HX for guix-devel@gnu.org; Wed, 10 Oct 2018 15:46:21 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 0BCFD2139D for ; Wed, 10 Oct 2018 21:46:16 +0200 (CEST) In-reply-to: <87r2gxvbvb.fsf@tobias.gr> 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" To: Tobias Geerinckx-Rice Cc: Guix-devel Tobias Geerinckx-Rice writes: > Brett, > > Brett Gilio wrote: >> Hi all, I am working on packaging the internet radio streaming >> application, gradio. >> >> Things seem to be going well, except during build-time I am >> getting >> >> FileNotFoundError: [Errno 2] No such file or directory: >> 'glib-compile-resources': 'glib-compile-resources' >> >> >> Any thoughts as to where this could be? > > It's in glib:bin (add it as ',glib "bin"'). > > Kind regards, > > T G-R How about update-desktop-database? I tried adding xdg-desktop-database but I do not think that is correct. Not finding documentation here.