sqlite-based browsing history api
not hooked up to actual browsing actions yet
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
{
|
||||
fetchurl
|
||||
, lua
|
||||
, lib
|
||||
, sqlite
|
||||
}:
|
||||
let
|
||||
in lua.pkgs.buildLuarocksPackage {
|
||||
pname = "lsqlite3";
|
||||
version = "0.9.5-1";
|
||||
buildInputs = [ sqlite ] ;
|
||||
src = fetchurl {
|
||||
url = "https://luarocks.org/manifests/dougcurrie/lsqlite3-0.9.5-1.src.rock";
|
||||
sha256 = "sha256-/a48AzkKtOS32zoT0Jt5/+GTGHObdS0XkUrc2z0u+f8=";
|
||||
};
|
||||
disabled = (lua.pkgs.luaOlder "5.1");
|
||||
propagatedBuildInputs = [ lua ];
|
||||
preBuild = ''
|
||||
cd lsqlite3_fsl09y
|
||||
'';
|
||||
}
|
||||
Reference in New Issue
Block a user