summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonio Nuno Monteiro <anmonteiro@gmail.com>2023-05-01 00:44:23 -0700
committerGitHub <noreply@github.com>2023-05-01 00:44:23 -0700
commit4c598381e0b742608d481ae4bf88ac31f69df978 (patch)
tree09193f233dd2e8b71ab1efc1b3e4932210952089
parentocamlPackages.postgresql: `postgresql` is a buildInput (diff)
downloadnixpkgs-4c598381e0b742608d481ae4bf88ac31f69df978.tar.gz
Update default.nix
-rw-r--r--pkgs/development/ocaml-modules/postgresql/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/postgresql/default.nix b/pkgs/development/ocaml-modules/postgresql/default.nix
index b27ea67eb283..4140baa675cb 100644
--- a/pkgs/development/ocaml-modules/postgresql/default.nix
+++ b/pkgs/development/ocaml-modules/postgresql/default.nix
@@ -18,7 +18,7 @@ buildDunePackage rec {
nativeBuildInputs = [ postgresql ];
buildInputs = [ dune-configurator ];
propagatedBuildInputs = [ postgresql ];
-
+
meta = {
description = "Bindings to the PostgreSQL library";
license = lib.licenses.lgpl21Plus;