14 stdenv.mkDerivation rec {
18 src = fetchFromGitHub {
22 hash = "sha256-amWYkVQr+Rmcj+32lFDRq43Q+Ojj8V8B6KoURqdwGt0=";
38 buildPackages.stdenv.cc
43 "--with-readline-inc=-I${lib.getDev readline}/include"
47 # We want feature parity with sqlite
48 sqlite.NIX_CFLAGS_COMPILE
52 BUILD_CC = "$(CC_FOR_BUILD)";
54 TCLLIBDIR = "${placeholder "out"}/lib/tcl${lib.versions.majorMinor tcl.version}";
57 installManPage sqlcipher.1
61 changelog = "https://github.com/sqlcipher/sqlcipher/blob/v${version}/CHANGELOG.md";
62 description = "SQLite extension that provides 256 bit AES encryption of database files";
63 homepage = "https://www.zetetic.net/sqlcipher/";
64 license = licenses.bsd3;
65 maintainers = with maintainers; [ ];
66 platforms = platforms.unix;