tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
sqlcipher: missing semicolon on nix syntax
Lluís Batlle i Rossell
11 years ago
eeadde09
f8cd1b30
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
sqlcipher
default.nix
+1
-1
pkgs/development/libraries/sqlcipher/default.nix
reviewed
···
18
18
LDFLAGS = if readline != null then "-lncurses" else "";
19
19
20
20
meta = {
21
21
-
homepage = http://sqlcipher.net/
21
21
+
homepage = http://sqlcipher.net/;
22
22
description = "Full Database Encryption for SQLite";
23
23
platforms = stdenv.lib.platforms.unix;
24
24
};