Merge pull request #229239 from anmonteiro/patch-6
ocamlPackages.postgresql: `postgresql` is a buildInput
This commit is contained in:
@@ -17,6 +17,7 @@ buildDunePackage rec {
|
||||
|
||||
nativeBuildInputs = [ postgresql ];
|
||||
buildInputs = [ dune-configurator ];
|
||||
propagatedBuildInputs = [ postgresql ];
|
||||
|
||||
meta = {
|
||||
description = "Bindings to the PostgreSQL library";
|
||||
|
||||
Reference in New Issue
Block a user