Add kana independent search with tamerye extension
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
{
|
||||
src,
|
||||
buildDartApplication,
|
||||
sqlite,
|
||||
|
||||
callPackage,
|
||||
path,
|
||||
}:
|
||||
buildDartApplication {
|
||||
pname = "jadb-database-tool";
|
||||
@@ -32,5 +36,9 @@ buildDartApplication {
|
||||
|
||||
autoPubspecLock = ../pubspec.lock;
|
||||
|
||||
customSourceBuilders.sqlite3 = callPackage "${path}/pkgs/development/compilers/dart/package-source-builders/sqlite3/default.nix" {
|
||||
inherit sqlite;
|
||||
};
|
||||
|
||||
meta.mainProgram = "jadb";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user