Skip to content

Commit e379bd7

Browse files
committed
manim: add issue link for hatch workaround
1 parent e8d74fd commit e379bd7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Formula/m/manim.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,8 @@ class Manim < Formula
206206
end
207207

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

212213
if OS.mac?

0 commit comments

Comments
 (0)