Unverified Commit e689a64f authored by Antonio Nuno Monteiro's avatar Antonio Nuno Monteiro Committed by GitHub
Browse files

ocamlPackages.postgresql: `postgresql` is a buildInput

parent f1c4244e
Loading
Loading
Loading
Loading
+2 −1
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";