Merge pull request #93071 from r-ryantm/auto-update/libfilezilla
libfilezilla: 0.22.0 -> 0.23.0
This commit is contained in:
commit
fb90f53313
@ -5,20 +5,23 @@
|
|||||||
, gnutls
|
, gnutls
|
||||||
, nettle
|
, nettle
|
||||||
, pkgconfig
|
, pkgconfig
|
||||||
|
, libiconv
|
||||||
|
, ApplicationServices
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "libfilezilla";
|
pname = "libfilezilla";
|
||||||
version = "0.22.0";
|
version = "0.23.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://download.filezilla-project.org/${pname}/${pname}-${version}.tar.bz2";
|
url = "https://download.filezilla-project.org/${pname}/${pname}-${version}.tar.bz2";
|
||||||
sha256 = "0ylgxw1lxdqvayy5285mlfrkr9cvsgasy2zci6g6mv9rng261xn5";
|
sha256 = "0lk84aw5ylrhpy26djdw3byhjbn9qrzx5k98r0i4nwfizckw3smd";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
|
||||||
buildInputs = [ gettext gnutls nettle ];
|
buildInputs = [ gettext gnutls nettle ]
|
||||||
|
++ stdenv.lib.optionals stdenv.isDarwin [ libiconv ApplicationServices ];
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
@ -27,6 +30,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "A modern C++ library, offering some basic functionality to build high-performing, platform-independent programs";
|
description = "A modern C++ library, offering some basic functionality to build high-performing, platform-independent programs";
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
maintainers = with maintainers; [ pSub ];
|
maintainers = with maintainers; [ pSub ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -13046,7 +13046,9 @@ in
|
|||||||
|
|
||||||
libfido2 = callPackage ../development/libraries/libfido2 { };
|
libfido2 = callPackage ../development/libraries/libfido2 { };
|
||||||
|
|
||||||
libfilezilla = callPackage ../development/libraries/libfilezilla { };
|
libfilezilla = callPackage ../development/libraries/libfilezilla {
|
||||||
|
inherit (darwin.apple_sdk.frameworks) ApplicationServices;
|
||||||
|
};
|
||||||
|
|
||||||
libfishsound = callPackage ../development/libraries/libfishsound { };
|
libfishsound = callPackage ../development/libraries/libfishsound { };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user