Add sqlite dependency
This commit is contained in:
parent
d5c3a7685f
commit
050ae2facf
3 changed files with 33 additions and 1 deletions
|
|
@ -30,7 +30,7 @@
|
|||
version = "0.1.0";
|
||||
src = craneLib.path ./.;
|
||||
cargoBuildFlags = "-p cli";
|
||||
buildInputs = [ pkgs.openssl ];
|
||||
buildInputs = [ pkgs.openssl pkgs.sqlite ];
|
||||
nativeBuildInputs = [ pkgs.pkg-config ];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue