From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 3/3] gnu: ecl: Wrap with PATH, CPATH, LIBRARY_PATH and LD_LIBRARY_PATH Date: Mon, 25 Jul 2016 10:50:03 +0200 Message-ID: <87fuqyrtj8.fsf@gnu.org> References: <20160725010539.26878-1-ajpatter@uwaterloo.ca> <20160725010539.26878-4-ajpatter@uwaterloo.ca> 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]:43859) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bRbaT-0004At-Ur for guix-devel@gnu.org; Mon, 25 Jul 2016 04:50:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bRbaQ-0001Ut-Sf for guix-devel@gnu.org; Mon, 25 Jul 2016 04:50:09 -0400 In-Reply-To: <20160725010539.26878-4-ajpatter@uwaterloo.ca> (Andy Patterson's message of "Sun, 24 Jul 2016 21:05:39 -0400") 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: Andy Patterson Cc: guix-devel@gnu.org Andy Patterson skribis: > * gnu/packages/lisp.scm (ecl)[arguments]: Wrap with PATH, CPATH, > LIBRARY_PATH and LD_LIBRARY_PATH [...] > + ("libffi" ,libffi) > + ("linux-headers" ,linux-libre-headers) > + ("gcc" ,gcc) > + ("binutils" ,binutils) > + ("ld-wrapper" ,(make-ld-wrapper "ld-wrapper" #:binutils bi= nutils)) > + ("libc" ,glibc))) I removed these inputs because they=E2=80=99re implicit and don=E2=80=99t n= eed to be added. > + (binaries '("gcc" "binutils" "ld-wrapper")) I also moved ld-wrapper before binutils so that ld-wrappers =E2=80=98ld=E2= =80=99 command is picked up. Pushed, thank you! Ludo=E2=80=99.