From 2451e405c25bf3429569ab12eb498d97e7eb03e3 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 26 Apr 2013 22:39:20 +0200 Subject: [PATCH] filezilla: update build to latest version of sqlite --- pkgs/applications/networking/ftp/filezilla/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/applications/networking/ftp/filezilla/default.nix b/pkgs/applications/networking/ftp/filezilla/default.nix index 43ee98b55dc..5d682de5979 100644 --- a/pkgs/applications/networking/ftp/filezilla/default.nix +++ b/pkgs/applications/networking/ftp/filezilla/default.nix @@ -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 stdenv.mkDerivation { @@ -12,9 +12,9 @@ stdenv.mkDerivation { configureFlags = [ "--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 = { 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.";