diff options
author | EuAndreh <eu@euandre.org> | 2021-02-19 11:40:30 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-02-19 11:40:30 -0300 |
commit | beb6a32cf37fd9f2ffbf1afc38ecfe9aed8b00a7 (patch) | |
tree | aa558b459fe7811af633d71b274ea13fe8ee00e0 | |
parent | vps.scm: Move (cmd) definition to before reader macro (diff) | |
download | toph-beb6a32cf37fd9f2ffbf1afc38ecfe9aed8b00a7.tar.gz toph-beb6a32cf37fd9f2ffbf1afc38ecfe9aed8b00a7.tar.xz |
vps.scm: Correct indentation
-rw-r--r-- | vps.scm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -229,10 +229,10 @@ pki " mail-domain " key \"" (tls-priv-for mail-domain) "\""))) (arguments (substitute-keyword-arguments (package-arguments cgit) ((#:phases phases) - `(modify-phases ,phases + `(modify-phases ,phases (add-after unpack 'patch-about-formatting (lambda _ - (substitute* "lib/cgit/filters/about-formatting.sh" + (substitute* "lib/cgit/filters/about-formatting.sh" (("txt2html") "md2html")))))))))) (define my-system |