Merge pull request #152509 from quantmint/amule-gtk3

amule: use gtk3
This commit is contained in:
Bobby Rong 2022-01-01 21:18:31 +08:00 committed by GitHub
commit 1403f64ec6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,10 +7,11 @@
, lib
, cmake
, zlib
, wxGTK
, wxGTK30-gtk3 # WxGTK 3.0 must be used because aMule does not yet work well with 3.1
, perl
, cryptopp
, libupnp
, boost # Not using boost leads to crashes with gtk3
, gettext
, libpng
, autoreconfHook
@ -33,7 +34,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ cmake gettext makeWrapper pkg-config ];
buildInputs = [
zlib wxGTK perl cryptopp.dev libupnp
zlib wxGTK30-gtk3 perl cryptopp.dev libupnp boost
] ++ lib.optional httpServer libpng
++ lib.optional client libX11;