summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/text/sgml
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/text/sgml')
-rw-r--r--pkgs/tools/text/sgml/opensp/setup-hook.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/pkgs/tools/text/sgml/opensp/setup-hook.sh b/pkgs/tools/text/sgml/opensp/setup-hook.sh
index 52da517a8cbe..5775832789a1 100644
--- a/pkgs/tools/text/sgml/opensp/setup-hook.sh
+++ b/pkgs/tools/text/sgml/opensp/setup-hook.sh
@@ -9,14 +9,6 @@ addSGMLCatalogs () {
if test -z "$sgmlHookDone"; then
sgmlHookDone=1
- # Set http_proxy and ftp_proxy to a invalid host to prevent
- # xmllint and xsltproc from trying to download DTDs from the
- # network even when --nonet is not given. That would be impure.
- # (Note that .invalid is a reserved domain guaranteed not to
- # work.)
- export http_proxy=http://nodtd.invalid/
- export ftp_proxy=http://nodtd.invalid/
-
export SGML_CATALOG_FILES
envHooks+=(addSGMLCatalogs)
fi