Unverified Commit ec237aaa authored by Arne Keller's avatar Arne Keller Committed by GitHub
Browse files

gpauth: drop unused libsoup dependency (#399139)

parents bdde94f9 b0534739
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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
  ];