neohtop: remove incorrect duplicate libsoup dependency

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

View file

@ -11,7 +11,6 @@
fetchFromGitHub, fetchFromGitHub,
glib, glib,
gtk3, gtk3,
libsoup_2_4,
openssl, openssl,
nix-update-script, nix-update-script,
}: }:
@ -51,7 +50,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
glib glib
gtk3 gtk3
openssl openssl
libsoup_2_4
webkitgtk_4_1 webkitgtk_4_1
]; ];