mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-14 11:45:06 +01:00
libsqlite
This commit is contained in:
parent
0c0ffec33a
commit
571f0fb488
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
{ pkgs }: pkgs.mkShell {
|
{ pkgs }: pkgs.mkShell {
|
||||||
buildInputs = with pkgs; [ openssl zlib libpq ];
|
buildInputs = with pkgs; [ openssl zlib libpq sqlite ];
|
||||||
nativeBuildInputs = with pkgs; [
|
nativeBuildInputs = with pkgs; [
|
||||||
pkg-config
|
pkg-config
|
||||||
cmake
|
cmake
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue