Merge pull request #311239 from SharzyL/wpsoffice_proxy
wpsoffice: add proxyImpureEnvVars to src fetcher
This commit is contained in:
commit
dd4a69356c
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user