From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41703) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fIDyN-0005BS-4C for guix-patches@gnu.org; Mon, 14 May 2018 09:57:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fIDyI-0001z1-Au for guix-patches@gnu.org; Mon, 14 May 2018 09:57:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:54818) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fIDyI-0001yp-6d for guix-patches@gnu.org; Mon, 14 May 2018 09:57:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fIDyI-0002Zz-04 for guix-patches@gnu.org; Mon, 14 May 2018 09:57:02 -0400 Subject: bug#31401: [PATCH] gnu: guile-dbi: Fix RPATH and dependencies. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Arun Isaac In-Reply-To: <87zi16nqxy.fsf@gnu.org> References: <20180510101149.29425-1-arunisaac@systemreboot.net> <87zi16nqxy.fsf@gnu.org> Date: Mon, 14 May 2018 19:25:54 +0530 Message-ID: MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 31401-done@debbugs.gnu.org >> +(define-public guile-dbi-bootstrap > > You can probably s/define-public/define/. Otherwise LGTM, thanks! Pushed with the above change. Thanks!