mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
sqlite: enable Geopoly, Math functions and RBU extensions
nodejs >= 24 expect these extensions to be available.
Documentation:
https://sqlite.org/rbu.html
https://sqlite.org/geopoly.html
https://www.sqlite.org/lang_mathfunc.html
(cherry picked from commit 54ff5b44d7
)
This commit is contained in:
parent
8a8e32778d
commit
93ba2e0d55
1 changed files with 3 additions and 0 deletions
|
@ -88,7 +88,10 @@ stdenv.mkDerivation rec {
|
|||
"-DSQLITE_ENABLE_FTS3_TOKENIZER"
|
||||
"-DSQLITE_ENABLE_FTS4"
|
||||
"-DSQLITE_ENABLE_FTS5"
|
||||
"-DSQLITE_ENABLE_GEOPOLY"
|
||||
"-DSQLITE_ENABLE_MATH_FUNCTIONS"
|
||||
"-DSQLITE_ENABLE_PREUPDATE_HOOK"
|
||||
"-DSQLITE_ENABLE_RBU"
|
||||
"-DSQLITE_ENABLE_RTREE"
|
||||
"-DSQLITE_ENABLE_SESSION"
|
||||
"-DSQLITE_ENABLE_STMT_SCANSTATUS"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue