From eeadde096709846e986c56037efb203f53a659a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Wed, 2 Jul 2014 11:27:24 +0200 Subject: [PATCH] sqlcipher: missing semicolon on nix syntax --- pkgs/development/libraries/sqlcipher/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/sqlcipher/default.nix b/pkgs/development/libraries/sqlcipher/default.nix index 04e110991168..bc30716e81f6 100644 --- a/pkgs/development/libraries/sqlcipher/default.nix +++ b/pkgs/development/libraries/sqlcipher/default.nix @@ -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; };