Unverified Commit 68378870 authored by Ulrik Strid's avatar Ulrik Strid Committed by GitHub
Browse files

Merge pull request #229239 from anmonteiro/patch-6

ocamlPackages.postgresql: `postgresql` is a buildInput
parents 71279731 4c598381
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@ buildDunePackage rec {

  nativeBuildInputs = [ postgresql ];
  buildInputs = [ dune-configurator ];
  propagatedBuildInputs = [ postgresql ];

  meta = {
    description = "Bindings to the PostgreSQL library";