Skip to content

Commit 0ac539d

Browse files
committed
remarshal: add issue link for hatch workaround
1 parent 321dd04 commit 0ac539d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Formula/r/remarshal.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ class Remarshal < Formula
7575
end
7676

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

8182
virtualenv_install_with_resources

0 commit comments

Comments
 (0)