From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: hop: Remove use of patchelf. Date: Wed, 06 May 2015 09:29:33 +0200 Message-ID: <87mw1iupsy.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]:40329) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yptm1-00089G-00 for guix-devel@gnu.org; Wed, 06 May 2015 03:29:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yptlv-0004Tg-SO for guix-devel@gnu.org; Wed, 06 May 2015 03:29:40 -0400 In-Reply-To: (Eric Bavier's message of "Tue, 05 May 2015 20:29:45 -0500") 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Eric Bavier Cc: guix-devel@gnu.org Eric Bavier skribis: > From bc5eba1477f21fa09502f14043c7b67e528c6f47 Mon Sep 17 00:00:00 2001 > From: Eric Bavier > Date: Tue, 5 May 2015 20:21:38 -0500 > Subject: [PATCH] gnu: hop: Remove use of patchelf. > > * gnu/packages/patches/hop-linker-flags.patch: New file. > * gnu-system.am (dist_patch_DATA): Add it. > * gnu/packages/scheme.scm (source)[patches]: Use it. > (arguments)[phases]: Remove patch-rpath phase. > [modules, imported-modules]: Remove. > (native-inputs): Remove field. OK. Thanks for being so quick! Ludo=E2=80=99.