deno: de-vendor lcms2

This commit is contained in:
Mynacol
2026-07-25 14:05:18 +00:00
parent 7aa5f00610
commit 758cb24c4c
+3
View File
@@ -15,6 +15,7 @@
sqlite,
pkg-config,
zstd,
lcms2,
lld,
writableTmpDirAsHomeHook,
@@ -110,6 +111,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
env.LIBSQLITE3_SYS_USE_PKG_CONFIG = true;
# de-vendor zstd
env.ZSTD_SYS_USE_PKG_CONFIG = true;
# de-vendor lcms2
env.LCMS2_LIB_DIR = lib.makeLibraryPath [ lcms2 ];
# Don't run checks on hydra as they've been observed to be flakey for us and
# other distros CI: https://gitlab.alpinelinux.org/alpine/aports/-/blob/bec8b026686323b496365b825ad14fdf4473adf2/community/deno/APKBUILD#L79