From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Texlive work Date: Mon, 11 Jan 2016 09:55:50 +0100 Message-ID: <87y4bw1omh.fsf@gnu.org> References: <20160110103419.GA6111@debian> 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]:53973) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aIYGZ-0001AK-KK for guix-devel@gnu.org; Mon, 11 Jan 2016 03:55:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aIYGW-00041Y-F5 for guix-devel@gnu.org; Mon, 11 Jan 2016 03:55:55 -0500 In-Reply-To: <20160110103419.GA6111@debian> (Andreas Enge's message of "Sun, 10 Jan 2016 11:34:19 +0100") 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: Andreas Enge Cc: guix-devel@gnu.org Andreas Enge skribis: > (modify-phases %standard-phases > (add-after 'install 'postint > (lambda* (#:key inputs outputs #:allow-other-keys #:rest args) Certified as valid indentation! > (modify-phases > (map (cut assq <> %standard-phases) > '(set-paths unpack patch-source-shebangs)) > (add-after 'patch-source-shebangs 'texmf-config > (lambda* (#:key inputs outputs #:allow-other-keys) This one would be more: (modify-phases (map (cut foo bar) '(set-paths and all that)) (add-after 'patch-source-shebangs 'texmf-config (lambda* (#:key inputs outputs #:allow-other-keys) ;; =E2=80=A6 ))) Ludo=E2=80=99.