Update default.nix
This commit is contained in:
parent
e689a64f24
commit
4c598381e0
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ buildDunePackage rec {
|
|||
nativeBuildInputs = [ postgresql ];
|
||||
buildInputs = [ dune-configurator ];
|
||||
propagatedBuildInputs = [ postgresql ];
|
||||
|
||||
|
||||
meta = {
|
||||
description = "Bindings to the PostgreSQL library";
|
||||
license = lib.licenses.lgpl21Plus;
|
||||
|
|
Loading…
Reference in a new issue