wxGTK32: update to libsoup_3

This commit is contained in:
Grimmauld 2025-04-13 18:31:11 +02:00 committed by Alyssa Ross
parent 4f1cb3ee27
commit dcb7c76f94

View file

@ -28,7 +28,7 @@
unicode ? true, unicode ? true,
withMesa ? !stdenv.hostPlatform.isDarwin, withMesa ? !stdenv.hostPlatform.isDarwin,
withWebKit ? true, withWebKit ? true,
webkitgtk_4_0, webkitgtk_4_1,
}: }:
let let
catch = fetchFromGitHub { catch = fetchFromGitHub {
@ -82,7 +82,7 @@ stdenv.mkDerivation rec {
xorgproto xorgproto
] ]
++ lib.optional withMesa libGLU ++ lib.optional withMesa libGLU
++ lib.optional (withWebKit && stdenv.hostPlatform.isLinux) webkitgtk_4_0 ++ lib.optional (withWebKit && stdenv.hostPlatform.isLinux) webkitgtk_4_1
++ lib.optionals stdenv.hostPlatform.isDarwin [ ++ lib.optionals stdenv.hostPlatform.isDarwin [
expat expat
]; ];