aonsoku: remove incorrect duplicate libsoup dependency

This commit is contained in:
Grimmauld 2025-04-20 13:01:27 +02:00
parent 6c7f89912b
commit 2d24925eff
No known key found for this signature in database

View file

@ -8,7 +8,6 @@
pkg-config,
wrapGAppsHook3,
openssl,
libsoup_2_4,
webkitgtk_4_1,
glib-networking,
nix-update-script,
@ -48,7 +47,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
buildInputs = [
openssl
libsoup_2_4
webkitgtk_4_1
glib-networking
];