about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorSharzyL <me@sharzy.in>2024-05-13 10:38:58 +0800
committerSharzyL <me@sharzy.in>2024-05-13 10:38:58 +0800
commit5e1c7cca0f119f14c899b059ccac774c156a7716 (patch)
treeed1aba33c51e9366e3292e17f6d4bda63057fc9a /pkgs/applications
parent83c38d36a797d05e971d1e0e994dd7abb6b1a4f6 (diff)
wpsoffice: add proxyImpureEnvVars to src fetcher
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/office/wpsoffice/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/office/wpsoffice/default.nix b/pkgs/applications/office/wpsoffice/default.nix
index 78b559b8ff3fe..99c58ba5360d1 100644
--- a/pkgs/applications/office/wpsoffice/default.nix
+++ b/pkgs/applications/office/wpsoffice/default.nix
@@ -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')