fix neovide

This commit is contained in:
Matthew Stobbs
2025-07-13 13:45:32 -06:00
parent 96a604041c
commit f4f0aa216d
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@
block:
- name: Append neovide build_deps to pkg_sys
ansible.builtin.set_fact:
pkg_sys: "{{ pkg_sys + neovide.deps }}"
pkg_sys: "{{ pkg_sys + neovide.build_deps }}"
- name: Append neovide to pkg_cargo
ansible.builtin.set_fact:

View File

@@ -1,7 +1,7 @@
# vim: set filetype=yaml.ansible :
---
neovide:
version: 0.14.1
version: 0.15.0
git_repo: https://github.com/neovide/neovide.git
build_deps:
RedHat: