added galendae dep, TODO compile galendae
This commit is contained in:
@@ -40,6 +40,12 @@
|
||||
state: present
|
||||
loop: "{{ font_packages }}"
|
||||
|
||||
- name: install build dependency packages
|
||||
dnf:
|
||||
name: "{{ item }}"
|
||||
state: present
|
||||
loop: "{{ build_dep_packages }}"
|
||||
|
||||
- name: install veracrypt from rpm
|
||||
dnf:
|
||||
name: "{{ veracrypt_url }}"
|
||||
|
||||
@@ -77,6 +77,8 @@ doom_dep_packages:
|
||||
- python3-pytest
|
||||
- npm
|
||||
|
||||
build_dep_packages:
|
||||
- gtk+ # for galendae calandar widget
|
||||
|
||||
font_packages:
|
||||
- fontawesome5-fonts
|
||||
|
||||
Reference in New Issue
Block a user