On Sun, Aug 30, 2015, at 15:58, Alex Kost wrote: > Please align modify-phases clause like this: > > (modify-phases %standard-phases > (add-before > 'build 'set-openssl-prefix > (lambda* (#:key inputs #:allow-other-keys) > (setenv "ATTIC_OPENSSL_PREFIX" (assoc-ref inputs "openssl")) > #t)))
Hopefully my forthcoming revision fixes this. I need to set up an editor to do this for me properly... paredit in Vim is not enough.