guix-devel
[Top][All Lists]
Advanced

[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’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]