mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
amule: use gtk3
This commit is contained in:
parent
eaeea6e933
commit
cf42c4d33d
@ -7,10 +7,11 @@
|
|||||||
, lib
|
, lib
|
||||||
, cmake
|
, cmake
|
||||||
, zlib
|
, zlib
|
||||||
, wxGTK
|
, wxGTK30-gtk3 # WxGTK 3.0 must be used because aMule does not yet work well with 3.1
|
||||||
, perl
|
, perl
|
||||||
, cryptopp
|
, cryptopp
|
||||||
, libupnp
|
, libupnp
|
||||||
|
, boost # Not using boost leads to crashes with gtk3
|
||||||
, gettext
|
, gettext
|
||||||
, libpng
|
, libpng
|
||||||
, autoreconfHook
|
, autoreconfHook
|
||||||
@ -33,7 +34,7 @@ stdenv.mkDerivation rec {
|
|||||||
nativeBuildInputs = [ cmake gettext makeWrapper pkg-config ];
|
nativeBuildInputs = [ cmake gettext makeWrapper pkg-config ];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
zlib wxGTK perl cryptopp.dev libupnp
|
zlib wxGTK30-gtk3 perl cryptopp.dev libupnp boost
|
||||||
] ++ lib.optional httpServer libpng
|
] ++ lib.optional httpServer libpng
|
||||||
++ lib.optional client libX11;
|
++ lib.optional client libX11;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user