about summary refs log tree commit diff
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
parente689a64f24490753c79cf9e2139117607a21938d (diff)
downloadnixlib-4c598381e0b742608d481ae4bf88ac31f69df978.tar
nixlib-4c598381e0b742608d481ae4bf88ac31f69df978.tar.gz
nixlib-4c598381e0b742608d481ae4bf88ac31f69df978.tar.bz2
nixlib-4c598381e0b742608d481ae4bf88ac31f69df978.tar.lz
nixlib-4c598381e0b742608d481ae4bf88ac31f69df978.tar.xz
nixlib-4c598381e0b742608d481ae4bf88ac31f69df978.tar.zst
nixlib-4c598381e0b742608d481ae4bf88ac31f69df978.zip
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;