Skip to content

Commit a5cf7bd

Browse files
committed
glances: remove workaround
1 parent dd26c44 commit a5cf7bd

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

Formula/g/glances.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,6 @@ class Glances < Formula
175175
def install
176176
virtualenv_install_with_resources
177177
generate_completions_from_executable(bin/"glances", "--print-completion", shells: [:bash, :zsh])
178-
# Workaround limited netifaces2 functionality on macOS
179-
# https://github.com/nicolargo/glances/issues/3219
180-
inreplace libexec/"share/doc/glances/glances.conf", /(port_default_gateway)=True/, "\\1=False" if OS.mac?
181178
end
182179

183180
test do

0 commit comments

Comments
 (0)