amule: fix build

- fix to boost186
This commit is contained in:
hellwolf
2025-02-03 15:33:35 +02:00
parent 04cbac3004
commit ee9fcdbd2f
+2 -2
View File
@@ -13,7 +13,7 @@
perl,
cryptopp,
libupnp,
boost, # Not using boost leads to crashes with gtk3
boost186, # Not using boost leads to crashes with gtk3
gettext,
libpng,
pkg-config,
@@ -60,7 +60,7 @@ stdenv.mkDerivation rec {
perl
cryptopp.dev
libupnp
boost
boost186
]
++ lib.optional httpServer libpng
++ lib.optional client libX11;