From 3f59d581d22ab58f190dd61b7122ef234537484e Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 21 Feb 2021 16:00:49 -0300 Subject: vps/machines.scm: Stop using custom cgit package --- vps/machines.scm | 13 ------------- 1 file changed, 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!") -- cgit v1.2.3