Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Formula/h/httptap.rb
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ class Httptap < Formula
end

def install
# 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.
# Remove after https://github.com/pypa/hatch/pull/1999 is released.
ENV["SOURCE_DATE_EPOCH"] = "1451574000"

virtualenv_install_with_resources
Expand Down
3 changes: 2 additions & 1 deletion Formula/k/kimi-cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,8 @@ class KimiCli < Formula
end

def install
# 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.
# Remove after https://github.com/pypa/hatch/pull/1999 is released.
ENV["SOURCE_DATE_EPOCH"] = "1451574000"

virtualenv_install_with_resources
Expand Down
Loading