diff options
Diffstat (limited to 'vps')
| -rw-r--r-- | vps/machines.scm | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/vps/machines.scm b/vps/machines.scm index e56d98a..aefee7e 100644 --- a/vps/machines.scm +++ b/vps/machines.scm @@ -223,18 +223,6 @@ pki " mail-domain " key \"" (tls-priv-for mail-domain) "\""))) (string-append "/srv/http/" %)] static-projects)) -(define cgit-with-custom-about-formatting - (package - (inherit cgit) - (arguments - (substitute-keyword-arguments (package-arguments cgit) - ((#:phases phases) - `(modify-phases ,phases - (add-after unpack 'patch-about-formatting - (lambda _ - (substitute* "lib/cgit/filters/about-formatting.sh" - (("txt2html") "md2html")))))))))) - (define my-system (operating-system (timezone "America/Sao_Paulo") @@ -300,7 +288,6 @@ pki " mail-domain " key \"" (tls-priv-for mail-domain) "\""))) (restart-service 'nginx)))) (service cgit-service-type (cgit-configuration - (package cgit-with-custom-about-formatting) (remove-suffix? #t) (root-title "EuAndreh's repositories") (root-desc "Patches welcome!") |
