Skip to content

Commit d32b72e

Browse files
committed
sherlock: add issue link for hatch workaround
1 parent 9d484d1 commit d32b72e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Formula/s/sherlock.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,8 @@ class Sherlock < Formula
103103
end
104104

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

109110
virtualenv_install_with_resources

0 commit comments

Comments
 (0)