Skip to content

Commit 954121e

Browse files
committed
dooit: add issue link for hatch workaround
1 parent 25dae1d commit 954121e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Formula/d/dooit.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,8 @@ class Dooit < Formula
108108
end
109109

110110
def install
111-
# The source doesn't have a valid SOURCE_DATE_EPOCH, so here we set default.
111+
# hatch does not support a SOURCE_DATE_EPOCH before 1980.
112+
# Remove after https://github.com/pypa/hatch/pull/1999 is released.
112113
ENV["SOURCE_DATE_EPOCH"] = "1451574000"
113114

114115
virtualenv_install_with_resources

0 commit comments

Comments
 (0)