diff options
author | EuAndreh <eu@euandre.org> | 2021-02-21 16:00:49 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-02-21 16:00:49 -0300 |
commit | 3f59d581d22ab58f190dd61b7122ef234537484e (patch) | |
tree | 02d76d26de4da55f5f945cf669d40e2c3a9daf0f | |
parent | Update paths in .envrc (diff) | |
download | server-3f59d581d22ab58f190dd61b7122ef234537484e.tar.gz server-3f59d581d22ab58f190dd61b7122ef234537484e.tar.xz |
vps/machines.scm: Stop using custom cgit package
-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!") |