Skip to content

Commit c71ad91

Browse files
committed
jrnl: add issue link for hatch workaround
1 parent 9e68b2b commit c71ad91

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Formula/j/jrnl.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,8 @@ def install
112112
# PR ref: https://github.com/jrnl-org/jrnl/pull/2015
113113
inreplace "pyproject.toml", 'python = ">=3.10.0, <3.14"', 'python = ">=3.10.0"'
114114

115-
# The source doesn't have a valid SOURCE_DATE_EPOCH, so here we set default.
115+
# hatch does not support a SOURCE_DATE_EPOCH before 1980.
116+
# Remove after https://github.com/pypa/hatch/pull/1999 is released.
116117
ENV["SOURCE_DATE_EPOCH"] = "1451574000"
117118

118119
virtualenv_install_with_resources

0 commit comments

Comments
 (0)