overlayed: Use libsoup 3.0

WebKitGTK 4.1 ABI requires libsoup 3.0. It probably only worked because `webkitgtk_4_1` propagates `libsoup_3` and we were lucky that that version got picked up.
This commit is contained in:
Jan Tojnar
2024-12-08 00:37:52 +01:00
parent a5c8eba195
commit 6d753d5c11
+2 -2
View File
@@ -4,7 +4,7 @@
callPackage,
pkg-config,
openssl,
libsoup,
libsoup_3,
webkitgtk_4_1,
fetchFromGitHub,
libayatana-appindicator,
@@ -35,7 +35,7 @@ rustPlatform.buildRustPackage rec {
buildInputs = [
openssl
webkitgtk_4_1
libsoup
libsoup_3
];
env = {