deno: de-vendor lcms2
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user