diff options
| author | Mitchell Hashimoto <mitchell.hashimoto@gmail.com> | 2023-10-07 14:48:41 -0700 |
|---|---|---|
| committer | Mitchell Hashimoto <mitchell.hashimoto@gmail.com> | 2023-10-07 14:48:41 -0700 |
| commit | 6e550bbd6b9e52fc83e808a546d00b62cbfd6dcb (patch) | |
| tree | d52439ffaebe166ec4a6a025ecd2fc07afbb53b4 /pkg/libxml2/build.zig.zon | |
| parent | d8da67fbcf5ff80f44e81c11cf903cfde01384e4 (diff) | |
pkg/libxml2: download using zig package manager
Diffstat (limited to 'pkg/libxml2/build.zig.zon')
| -rw-r--r-- | pkg/libxml2/build.zig.zon | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/pkg/libxml2/build.zig.zon b/pkg/libxml2/build.zig.zon index 403292ca3..5776b429e 100644 --- a/pkg/libxml2/build.zig.zon +++ b/pkg/libxml2/build.zig.zon @@ -1,5 +1,10 @@ .{ .name = "libxml2", .version = "2.11.5", - .dependencies = .{}, + .dependencies = .{ + .libxml2 = .{ + .url = "https://github.com/GNOME/libxml2/archive/refs/tags/v2.11.5.tar.gz", + .hash = "122032442d95c3b428ae8e526017fad881e7dc78eab4d558e9a58a80bfbd65a64f7d", + }, + }, } |
