Update default.nix

This commit is contained in:
Antonio Nuno Monteiro 2023-05-01 00:44:23 -07:00 committed by GitHub
parent e689a64f24
commit 4c598381e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ buildDunePackage rec {
nativeBuildInputs = [ postgresql ];
buildInputs = [ dune-configurator ];
propagatedBuildInputs = [ postgresql ];
meta = {
description = "Bindings to the PostgreSQL library";
license = lib.licenses.lgpl21Plus;