From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: G-golf Date: Tue, 16 Jan 2018 12:19:45 +0100 Message-ID: <87shb66ofi.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54571) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ebPHV-0000Q3-3W for guix-devel@gnu.org; Tue, 16 Jan 2018 06:19:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ebPHP-0005aE-AA for guix-devel@gnu.org; Tue, 16 Jan 2018 06:19:53 -0500 Received: from hera.aquilenet.fr ([185.233.100.1]:39428) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ebPHP-0005Zo-1c for guix-devel@gnu.org; Tue, 16 Jan 2018 06:19:47 -0500 In-Reply-To: (catonano@gmail.com's message of "Sun, 14 Jan 2018 15:02:09 +0100") 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: Catonano Cc: guix-devel Catonano skribis: > In G-golf ( https://git.savannah.gnu.org/cgit/g-golf.git ) in the > > g-golf/init.scm > > file, there's this line > > (define %libgirepository (dynamic-link "libgirepository-1.0")) If you=E2=80=99re writing a package for G-Golf, the solution is to substitu= te "libgirepository-1.0" with its absolute file name. There are several examples of that in (gnu packages guile). HTH! Ludo=E2=80=99.