Skip to content

Commit

Permalink
add postgresql dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
m-hofmann-a9s committed Dec 10, 2024
1 parent 7014881 commit dad4e83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Formula/minetest.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ class Minetest < Formula
depends_on "libvorbis"
depends_on "luajit"
depends_on "zstd"
depends_on "postgresql"

Check failure on line 49 in Formula/minetest.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

FormulaAudit/DependencyOrder: dependency "postgresql" (line 49) should be put before dependency "zstd" (line 48)

uses_from_macos "curl"
uses_from_macos "ncurses"
Expand Down

0 comments on commit dad4e83

Please sign in to comment.