From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 2/2] gnu: Add manaplus. Date: Sun, 11 Oct 2015 18:52:15 +0200 Message-ID: <87mvvp2vr4.fsf@gnu.org> References: <87wpv2jvgr.fsf@gmail.com> <87oag8qkp8.fsf@gnu.org> <87mvvrrtwu.fsf@gmail.com> 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]:53931) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZlJrD-0008NW-0t for guix-devel@gnu.org; Sun, 11 Oct 2015 12:52:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZlJr8-0004Oz-0f for guix-devel@gnu.org; Sun, 11 Oct 2015 12:52:22 -0400 In-Reply-To: <87mvvrrtwu.fsf@gmail.com> (Alex Kost's message of "Sat, 10 Oct 2015 11:48:17 +0300") 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: Alex Kost Cc: guix-devel@gnu.org Alex Kost skribis: > Ludovic Court=C3=A8s (2015-10-09 15:40 +0300) wrote: [...] >> Can=E2=80=99t =E2=80=98sdl-union=E2=80=99 be used here? I think it was = created specifically to >> solve this problem. (Currently it=E2=80=99s private to (gnu packages sd= l) but >> you can export it.) > > Oh, great, I didn't know about it, thanks! It will reduce the workaround. > > However, just using this package cannot solve the problem: 'sdl-config' > points directly to "/gnu/store/=E2=80=A6-sdl-1.2.15", so you need to modi= fy a > package anyway to make it find "/gnu/store/=E2=80=A6-sdl-union-1.2.15/inc= lude/SDL" > (that's why 'guile-sdl' specifies "--with-sdl-prefix=3D"). Oh. :-/ Then I guess you can go with the original patch, which LGTM. Thanks, Ludo=E2=80=99.