yarn-berry-fetchers: Allow impure env vars (#522626)
This commit is contained in:
@@ -47,6 +47,8 @@ stdenv.mkDerivation (
|
||||
cacert
|
||||
];
|
||||
|
||||
impureEnvVars = lib.fetchers.proxyImpureEnvVars;
|
||||
|
||||
buildPhase = ''
|
||||
runHook preBuild
|
||||
|
||||
|
||||
@@ -28,6 +28,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
env.YARN_ZIP_SUPPORTED_CACHE_VERSION = berryCacheVersion;
|
||||
env.LIBZIP_SYS_USE_PKG_CONFIG = 1;
|
||||
|
||||
impureEnvVars = lib.fetchers.proxyImpureEnvVars;
|
||||
|
||||
nativeBuildInputs = [
|
||||
rustPlatform.bindgenHook
|
||||
pkg-config
|
||||
|
||||
Reference in New Issue
Block a user