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 954121e commit e9330f0Copy full SHA for e9330f0
Formula/g/gptme.rb
@@ -355,7 +355,8 @@ class Gptme < Formula
355
end
356
357
def install
358
- # 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.
359
+ # Remove after https://github.com/pypa/hatch/pull/1999 is released.
360
ENV["SOURCE_DATE_EPOCH"] = "1451574000"
361
362
virtualenv_install_with_resources
0 commit comments