lol

Merge pull request #229239 from anmonteiro/patch-6

ocamlPackages.postgresql: `postgresql` is a buildInput

authored by

Ulrik Strid and committed by
GitHub
68378870 71279731

+1
+1
pkgs/development/ocaml-modules/postgresql/default.nix
··· 17 17 18 18 nativeBuildInputs = [ postgresql ]; 19 19 buildInputs = [ dune-configurator ]; 20 + propagatedBuildInputs = [ postgresql ]; 20 21 21 22 meta = { 22 23 description = "Bindings to the PostgreSQL library";