diff --git a/config/automatrop/roles/software/templates/snippets/pm_dev_common.j2 b/config/automatrop/roles/software/templates/snippets/pm_dev_common.j2 index 41d98d1..5c0c0ce 100644 --- a/config/automatrop/roles/software/templates/snippets/pm_dev_common.j2 +++ b/config/automatrop/roles/software/templates/snippets/pm_dev_common.j2 @@ -12,8 +12,7 @@ highlight {# For nvim's :Telescope live_grep #} ripgrep {# Offline documentation #} -{% if arch_based and ansible_architecture == 'x86_64' %} -{# Pain to compile if binaries for qt5-webkit do not exist #} +{# Relies on qt5-webkit which is a pain to compile zeal -{% endif %} +#} {# EOF #} diff --git a/config/automatrop/roles/software/templates/snippets/pm_dev_perl.j2 b/config/automatrop/roles/software/templates/snippets/pm_dev_perl.j2 index 7349969..693399c 100644 --- a/config/automatrop/roles/software/templates/snippets/pm_dev_perl.j2 +++ b/config/automatrop/roles/software/templates/snippets/pm_dev_perl.j2 @@ -1,3 +1,5 @@ {% if arch_based %} +{# TODO Disabled because it currently doesn't build perl-perl-languageserver +#} {% endif %}