Added bottle

This commit is contained in:
Chad Nelson 2025-03-04 15:05:30 -07:00
parent 1fc98f8aee
commit d32989fa1c

View file

@ -26,6 +26,10 @@ class GuileNext < Formula
depends_on "texinfo" => :build
end
bottle do
sha256 arm64_sequoia: "c903805af62c14273d16246aac455a6e24abe5c2c35e9fd8933aa5ca263f7d59"
end
def install
# Avoid superenv shim
inreplace "meta/guile-config.in", "@PKG_CONFIG@", Formula["pkg-config"].opt_bin/"pkg-config"