Skip to content

Commit f8453d4

Browse files
committed
streamrip: add issue link for hatch workaround
1 parent 406a2d5 commit f8453d4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Formula/s/streamrip.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,8 @@ class Streamrip < Formula
194194
end
195195

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

200201
virtualenv_install_with_resources

0 commit comments

Comments
 (0)