this repo has no description

conf-postgresql: run expanded result of brew --prefix through sh

Co-authored-by: Marcello Seri <mseri@users.noreply.github.com>

Changed files
+1 -1
packages
conf-postgresql
conf-postgresql.1
+1 -1
packages/conf-postgresql/conf-postgresql.1/opam
···
license: "PD"
build: [
["pg_config"] {os != "macos" | os-distribution != "homebrew"}
-
["$(brew --prefix postgresql@15)/bin/pg_config"] {os = "macos" & os-distribution = "homebrew"}
]
bug-reports: "https://github.com/ocaml/opam-repository/issues"
···
license: "PD"
build: [
["pg_config"] {os != "macos" | os-distribution != "homebrew"}
+
["sh" "-c" "\"$(brew --prefix postgresql@15)\"/bin/pg_config"] {os = "macos" & os-distribution = "homebrew"}
]
bug-reports: "https://github.com/ocaml/opam-repository/issues"