Regular updates
This commit is contained in:
parent
7d011694d8
commit
314ca93dbf
|
@ -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 #}
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
{% if arch_based %}
|
||||
{# TODO Disabled because it currently doesn't build
|
||||
perl-perl-languageserver
|
||||
#}
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in a new issue