gyro icon indicating copy to clipboard operation
gyro copied to clipboard

Incompatible with zig's new build system API

Open LordMZTE opened this issue 2 years ago • 0 comments

Gyro is currently incompatible with the changes that have recently been made to zig's build system:

/home/lordmzte/dev/dotfiles/scripts/mzteinit/deps.zig:14:17: error: no field or member function named 'addPackage' in 'Build.CompileStep'
        artifact.addPackage(pkgs.@"ansi-term");
        ~~~~~~~~^~~~~~~~~~~

LordMZTE avatar Feb 05 '23 13:02 LordMZTE