[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Texlive work
From: |
Ludovic Courtès |
Subject: |
Re: Texlive work |
Date: |
Mon, 11 Jan 2016 09:55:50 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) |
Andreas Enge <address@hidden> 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)
;; …
)))
Ludo’.
- Texlive work, Andreas Enge, 2016/01/10
- Re: Texlive work,
Ludovic Courtès <=