0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

gpauth: drop unused libsoup dependency (#399139)

This commit is contained in:
Arne Keller 2025-04-17 19:20:15 +02:00 committed by GitHub
commit ec237aaad5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,6 @@
rustPlatform,
lib,
fetchFromGitHub,
libsoup_2_4,
openssl,
pkg-config,
perl,
@ -29,7 +28,6 @@ rustPlatform.buildRustPackage rec {
pkg-config
];
buildInputs = [
libsoup_2_4
openssl
webkitgtk_4_1
];