We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ac539d commit d8e6262Copy full SHA for d8e6262
Formula/r/rich-cli.rb
@@ -71,7 +71,8 @@ class RichCli < Formula
71
end
72
73
def install
74
- # The source doesn't have a valid SOURCE_DATE_EPOCH, so here we set default.
+ # hatch does not support a SOURCE_DATE_EPOCH before 1980.
75
+ # Remove after https://github.com/pypa/hatch/pull/1999 is released.
76
ENV["SOURCE_DATE_EPOCH"] = "1451574000"
77
78
virtualenv_install_with_resources
0 commit comments