aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2025-12-15 22:30:22 +0100
committerJohn MacFarlane <[email protected]>2025-12-15 22:30:22 +0100
commite57ab4734e3833de288d411aa45af92d3b3384d8 (patch)
treed44387fe313125c3f1decf44af9cc09532cd3f3d /src
parentbde04d14d214687b3a796abd21a1ddf5be3247c6 (diff)
PDF: add SOURCE_DATE_EPOCH to verbose env variable info
Diffstat (limited to 'src')
-rw-r--r--src/Text/Pandoc/PDF.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Text/Pandoc/PDF.hs b/src/Text/Pandoc/PDF.hs
index 91a0f696e..5bdda0770 100644
--- a/src/Text/Pandoc/PDF.hs
+++ b/src/Text/Pandoc/PDF.hs
@@ -628,6 +628,7 @@ showVerboseInfo mbTmpDir program programArgs env source = do
, "SELFAUTOPARENT"
, "SFDFONTS"
, "SHELL"
+ , "SOURCE_DATE_EPOCH"
, "T1FONTS"
, "T1INPUTS"
, "T42FONTS"