From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH] Add rapicorn. Date: Thu, 14 Apr 2016 10:32:20 +0200 Message-ID: References: <87bn5dxpzo.fsf@elephly.net> <8760vll189.fsf@gnu.org> 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]:60509) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aqcjk-0000yx-UF for guix-devel@gnu.org; Thu, 14 Apr 2016 04:34:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aqcjh-0003VE-Lu for guix-devel@gnu.org; Thu, 14 Apr 2016 04:34:52 -0400 In-Reply-To: <8760vll189.fsf@gnu.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: Mathieu Lirzin Cc: guix-devel Mathieu Lirzin writes: >> + (modify-phases %standard-phases >> + (add-after 'unpack 'replace-/bin/ls >> + (lambda _ >> + (substitute* '("Makefile.decl" >> + "tools/Makefile.in" >> + "tests/Makefile.in" >> + "aidacc/tests/Makefile.in" >> + "aidacc/Makefile.in" >> + "cython/Makefile.in" >> + "res/Makefile.in" >> + "ui/tests/Makefile.in" >> + "ui/Makefile.in" >> + "docs/tutorial/Makefile.in" >> + "docs/mans/Makefile.in" >> + "docs/Makefile.in" >> + "docs/examples/Makefile.in" >> + "docs/imports/Makefile.in" >> + "Makefile.in" >> + "pytests/Makefile.in" >> + "examples/Makefile.in" >> + "data/Makefile.in" >> + "rcore/tests/Makefile.in" >> + "rcore/Makefile.in") >> + (("/bin/ls") (which "ls"))) > > Can you try to use =E2=80=98find-files=E2=80=99 for this substitution? Yes, that would be better. I=E2=80=99ll send a new version of this patch later; I found that some inputs need to be propagated. ~~ Ricardo