Merge pull request #229239 from anmonteiro/patch-6

ocamlPackages.postgresql: `postgresql` is a buildInput
This commit is contained in:
Ulrik Strid
2023-05-01 17:58:19 +02:00
committed by GitHub
@@ -17,6 +17,7 @@ buildDunePackage rec {
nativeBuildInputs = [ postgresql ];
buildInputs = [ dune-configurator ];
propagatedBuildInputs = [ postgresql ];
meta = {
description = "Bindings to the PostgreSQL library";