3
0
Fork 0
forked from mirrors/nixpkgs

sqlcipher: missing semicolon on nix syntax

This commit is contained in:
Lluís Batlle i Rossell 2014-07-02 11:27:24 +02:00
parent f8cd1b3062
commit eeadde0967

View file

@ -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;
};