andrewrk / groovebasin

Music player server with a web-based user interface.
MIT License
1.9k stars 119 forks source link

zig-pkg branch : install fails with "missing top-level 'paths' field" in .zon file #526

Open samusz opened 3 hours ago

samusz commented 3 hours ago

I must have a too new zig master master branch, as when trying to install the zig-pkg branch I get this error msg :

$ zig build run
/home/samusz/repo/prog/zig/groovebasinbuild.zig.zon:1:2: error: missing top-level 'paths' field
.{
 ^

The weird part is the path of build.zig.zon is mangled in the error message and should be /home/samusz/repo/prog/zig/groovebasin/build.zig.zon

Zig master is the one pulled today :

$ zig version
0.14.0-dev.1588+2111f4c38

This might be obvious, but I am clueless with zon files

andrewrk commented 2 hours ago

my most recent work on this project is at https://codeberg.org/andrewrk/player