about summary refs log tree commit diff
path: root/pkgs/applications/networking/ftp
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-04-26 22:39:20 +0200
committerPeter Simons <simons@cryp.to>2013-04-26 22:39:20 +0200
commit2451e405c25bf3429569ab12eb498d97e7eb03e3 (patch)
tree5607540304378463caf2242b39cb3c36715db9ea /pkgs/applications/networking/ftp
parentd2b9e65019942f61f7aa0d05c68756695a9003ce (diff)
downloadnixlib-2451e405c25bf3429569ab12eb498d97e7eb03e3.tar
nixlib-2451e405c25bf3429569ab12eb498d97e7eb03e3.tar.gz
nixlib-2451e405c25bf3429569ab12eb498d97e7eb03e3.tar.bz2
nixlib-2451e405c25bf3429569ab12eb498d97e7eb03e3.tar.lz
nixlib-2451e405c25bf3429569ab12eb498d97e7eb03e3.tar.xz
nixlib-2451e405c25bf3429569ab12eb498d97e7eb03e3.tar.zst
nixlib-2451e405c25bf3429569ab12eb498d97e7eb03e3.zip
filezilla: update build to latest version of sqlite
Diffstat (limited to 'pkgs/applications/networking/ftp')
-rw-r--r--pkgs/applications/networking/ftp/filezilla/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/networking/ftp/filezilla/default.nix b/pkgs/applications/networking/ftp/filezilla/default.nix
index 43ee98b55dcb..5d682de59796 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.";