Merge pull request #311239 from SharzyL/wpsoffice_proxy

wpsoffice: add proxyImpureEnvVars to src fetcher
This commit is contained in:
rewine 2024-05-13 15:06:24 +08:00 committed by GitHub
commit dd4a69356c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -49,6 +49,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ curl coreutils ];
impureEnvVars = lib.fetchers.proxyImpureEnvVars;
SSL_CERT_FILE = "${cacert}/etc/ssl/certs/ca-bundle.crt";
} ''
timestamp10=$(date '+%s')