filezilla: update build to latest version of sqlite

This commit is contained in:
Peter Simons 2013-04-26 22:39:20 +02:00
parent d2b9e65019
commit 2451e405c2

View File

@ -1,4 +1,4 @@
{ stdenv, fetchurl, dbus, gnutls2, wxGTK28, libidn, tinyxml, gettext, pkgconfig, xdg_utils, gtk2, sqlite36 }: { stdenv, fetchurl, dbus, gnutls2, wxGTK28, libidn, tinyxml, gettext, pkgconfig, xdg_utils, gtk2, sqlite }:
let version = "3.6.0.2"; in let version = "3.6.0.2"; in
stdenv.mkDerivation { stdenv.mkDerivation {
@ -12,9 +12,9 @@ stdenv.mkDerivation {
configureFlags = [ configureFlags = [
"--disable-manualupdatecheck" "--disable-manualupdatecheck"
]; ];
buildInputs = [ dbus gnutls2 wxGTK28 libidn tinyxml gettext pkgconfig xdg_utils gtk2 sqlite36 ]; buildInputs = [ dbus gnutls2 wxGTK28 libidn tinyxml gettext pkgconfig xdg_utils gtk2 sqlite ];
meta = { meta = {
homepage = "http://filezilla-project.org/"; homepage = "http://filezilla-project.org/";
description = "FileZilla is a cross-platform graphical FTP, FTPS and SFTP client a lot of features, supporting Windows, Linux, Mac OS X and more."; description = "FileZilla is a cross-platform graphical FTP, FTPS and SFTP client a lot of features, supporting Windows, Linux, Mac OS X and more.";