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 "";
|
LDFLAGS = if readline != null then "-lncurses" else "";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://sqlcipher.net/
|
homepage = http://sqlcipher.net/;
|
||||||
description = "Full Database Encryption for SQLite";
|
description = "Full Database Encryption for SQLite";
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user