diff options
| author | Mitchell Hashimoto <m@mitchellh.com> | 2025-09-30 12:13:43 -0700 |
|---|---|---|
| committer | Mitchell Hashimoto <m@mitchellh.com> | 2025-09-30 12:17:10 -0700 |
| commit | 16deea2761b305293b351c7fbe85d3a6a0f8ad57 (patch) | |
| tree | 923d32156ff6b9f4bc1a13b6856799f2e39dacb9 /build.zig.zon.nix | |
| parent | ceac472af000ce370520b31a9fba927f55e7aac7 (diff) | |
nuke ziglyph from orbit
Since we now use uucode, we don't need ziglyph anymore. Ziglyph was kept
around as a test-only dep so we can verify matching but this is
complicating our Zig 0.15 upgrade because ziglyph doesn't support Zig
0.15. Let's just drop it.
Diffstat (limited to 'build.zig.zon.nix')
| -rw-r--r-- | build.zig.zon.nix | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/build.zig.zon.nix b/build.zig.zon.nix index 4e0d2bede..abd5a37c5 100644 --- a/build.zig.zon.nix +++ b/build.zig.zon.nix @@ -355,14 +355,6 @@ in }; } { - name = "ziglyph-0.11.2-AAAAAHPtHwB4Mbzn1KvOV7Wpjo82NYEc_v0WC8oCLrkf"; - path = fetchZigArtifact { - name = "ziglyph"; - url = "https://deps.files.ghostty.org/ziglyph-b89d43d1e3fb01b6074bc1f7fc980324b04d26a5.tar.gz"; - hash = "sha256-cse98+Ft8QUjX+P88yyYfaxJOJGQ9M7Ymw7jFxDz89k="; - }; - } - { name = "N-V-__8AAB0eQwD-0MdOEBmz7intriBReIsIDNlukNVoNu6o"; path = fetchZigArtifact { name = "zlib"; |
