-
-
Notifications
You must be signed in to change notification settings - Fork 129
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Warning
If you are able to run Vicinae on your system, you should use the "Report bug" command to create a new issue as it will auto fill version and system information for you (since v0.6.1).
You can automatically run it using:
vicinae vicinae://extensions/vicinae/vicinae/report-bug
System information
NixOS Unstable
Describe the bug
Building vicinae from the latest hash (b3a3f45) results in a build error:
cmark-gfm> CMake Error at CMakeLists.txt:1 (cmake_minimum_required):
cmark-gfm> Compatibility with CMake < 3.5 has been removed from CMake.
cmark-gfm>
cmark-gfm> Update the VERSION argument <min> value. Or, use the <min>...<max> syntax
cmark-gfm> to tell CMake that the project requires at least <min> but has been updated
cmark-gfm> to work with policies introduced by <max> or earlier.
cmark-gfm>
cmark-gfm> Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.
cmark-gfm>
cmark-gfm>
cmark-gfm> -- Configuring incomplete, errors occurred!https://github.com/vicinaehq/vicinae/actions/runs/18329686570/job/52202148667
The job for cachix seemed to have failed to
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
mawkler
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working