From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39558) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fFcOH-0008EC-PJ for guix-patches@gnu.org; Mon, 07 May 2018 05:25:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fFcOE-0008Sy-Mu for guix-patches@gnu.org; Mon, 07 May 2018 05:25:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:44075) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fFcOE-0008So-K6 for guix-patches@gnu.org; Mon, 07 May 2018 05:25:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fFcOE-0008IY-Dn for guix-patches@gnu.org; Mon, 07 May 2018 05:25:02 -0400 Subject: bug#31208: [PATCH 0/3] Add 'strip-runpath' in (guix build gremlin) Resent-To: guix-patches@gnu.org Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180418163842.29823-1-ludo@gnu.org> <87bmdvrvmo.fsf@gnu.org> <876041swff.fsf@gnu.org> Date: Mon, 07 May 2018 11:24:33 +0200 In-Reply-To: <876041swff.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Sat, 05 May 2018 22:02:28 +0200") Message-ID: <87sh73akdq.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Peter Mikkelsen Cc: 31208-done@debbugs.gnu.org ludo@gnu.org (Ludovic Court=C3=A8s) skribis: > Back to this patch series, it means we still need =E2=80=98augment-rpath= =E2=80=99. :-/ > I suppose we can still apply these patches to =E2=80=98core-updates-next= =E2=80=99 > though, it=E2=80=99s a step in the right direction. Done! Ludo=E2=80=99.