···11{ mkDerivation, lib, fetchFromGitHub, cmake
22-, qtbase, qttools, sqlite, wrapGAppsHook }:
22+, qtbase, qttools, sqlcipher, wrapGAppsHook }:
3344mkDerivation rec {
55 pname = "sqlitebrowser";
···1616 # but qscintilla is currently in a bit of a mess as some consumers expect a
1717 # -qt4 or -qt5 prefix while others do not.
1818 # We *really* should get that cleaned up.
1919- buildInputs = [ qtbase sqlite ];
1919+ buildInputs = [ qtbase sqlcipher ];
20202121 nativeBuildInputs = [ cmake qttools wrapGAppsHook ];
2222+2323+ cmakeFlags = [
2424+ "-Dsqlcipher=1"
2525+ ];
22262327 meta = with lib; {
2428 description = "DB Browser for SQLite";