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 e8d74fd commit e379bd7Copy full SHA for e379bd7
Formula/m/manim.rb
@@ -206,7 +206,8 @@ class Manim < Formula
206
end
207
208
def install
209
- # 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.
210
+ # Remove after https://github.com/pypa/hatch/pull/1999 is released.
211
ENV["SOURCE_DATE_EPOCH"] = "1451574000"
212
213
if OS.mac?
0 commit comments