mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
filezilla: update build to latest version of sqlite
This commit is contained in:
parent
d2b9e65019
commit
2451e405c2
@ -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.";
|
||||||
|
Loading…
Reference in New Issue
Block a user