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:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user