forked from mirrors/nixpkgs
sqlcipher: missing semicolon on nix syntax
This commit is contained in:
parent
f8cd1b3062
commit
eeadde0967
|
@ -18,7 +18,7 @@ stdenv.mkDerivation {
|
|||
LDFLAGS = if readline != null then "-lncurses" else "";
|
||||
|
||||
meta = {
|
||||
homepage = http://sqlcipher.net/
|
||||
homepage = http://sqlcipher.net/;
|
||||
description = "Full Database Encryption for SQLite";
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue