From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:54482) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gexfh-0006xD-GQ for guix-patches@gnu.org; Thu, 03 Jan 2019 02:44:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gexfe-0007Ex-8g for guix-patches@gnu.org; Thu, 03 Jan 2019 02:44:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:41444) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gexfe-0007EO-2n for guix-patches@gnu.org; Thu, 03 Jan 2019 02:44:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gexfd-0008Fj-PI for guix-patches@gnu.org; Thu, 03 Jan 2019 02:44:01 -0500 Subject: [bug#33957] [PATCH] gnu: Add missing search-path definitions to guile libraries. Resent-Message-ID: Date: Thu, 03 Jan 2019 10:43:07 +0300 In-Reply-To: <93acd190-1337-29fd-2f10-1eba69ffe214@riseup.net> References: <93acd190-1337-29fd-2f10-1eba69ffe214@riseup.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable From: Julien Lepiller Message-ID: <074DA530-7004-4EED-970C-F8563105C163@lepiller.eu> 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: swedebugia , 33957@debbugs.gnu.org Le 3 janvier 2019 01:59:00 GMT+03:00, swedebugia = a =C3=A9crit : >I added missing search-path definitions for guile 2=2E2=2E Hi, I don't think this is needed=2E As long as you install guile and its libra= ries in the same profile, guix will tell you what to do with the search-pat= h=2E I'm afraid it'll break on packages that use a different guile as they are = defined from the guile2=2E2 definition=2E What are you trying to fix exactly?