From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: Re: [PATCH] kakasi + perl-kakasi -- dependencies for namazu Date: Sun, 25 Sep 2016 19:39:41 +0200 Message-ID: <20160925193941.7c584ee5@scratchpost.org> References: <878tuh5pc3.fsf@we.make.ritual.n0.is> <20160925171716.GB9499@jasmine> <20160925193740.7857236c@scratchpost.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33775) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1boDP4-0005TG-Dm for guix-devel@gnu.org; Sun, 25 Sep 2016 13:39:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1boDP1-0002H4-8B for guix-devel@gnu.org; Sun, 25 Sep 2016 13:39:50 -0400 Received: from dd1012.kasserver.com ([85.13.128.8]:54010) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1boDP1-0002Gx-1p for guix-devel@gnu.org; Sun, 25 Sep 2016 13:39:47 -0400 In-Reply-To: <20160925193740.7857236c@scratchpost.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" To: ng0 , guix-devel@gnu.org Oops, I meant (arguments ... #phases (modify-phases %standard-phases (add-before 'check 'check-set-library-path (lambda _ (setenv "LIBRARY_PATH" (getcwd)))))) ; or wherever the library is; maybe extend the existing LIBRARY_PATH instead if needed. Since setenv's environment variables survive phase switches it's fine to just set it beforehand...