summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrik Strid <ulrik.strid@outlook.com>2023-05-01 17:58:19 +0200
committerGitHub <noreply@github.com>2023-05-01 17:58:19 +0200
commit68378870ab44d78e688232c6ecc78febd928cb1f (patch)
treee30b228ccf26b785b296d97061854a24c5e43e64
parent71279731f8e83697317ed0e4c3a85337b4134e9f (diff)
parent4c598381e0b742608d481ae4bf88ac31f69df978 (diff)
Merge pull request #229239 from anmonteiro/patch-6
ocamlPackages.postgresql: `postgresql` is a buildInput
-rw-r--r--pkgs/development/ocaml-modules/postgresql/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/ocaml-modules/postgresql/default.nix b/pkgs/development/ocaml-modules/postgresql/default.nix
index d87f6b39efb8e..4140baa675cb2 100644
--- a/pkgs/development/ocaml-modules/postgresql/default.nix
+++ b/pkgs/development/ocaml-modules/postgresql/default.nix
@@ -17,6 +17,7 @@ buildDunePackage rec {
 
   nativeBuildInputs = [ postgresql ];
   buildInputs = [ dune-configurator ];
+  propagatedBuildInputs = [ postgresql ];
 
   meta = {
     description = "Bindings to the PostgreSQL library";