Unverified Commit b0534739 authored by Grimmauld's avatar Grimmauld
Browse files

gpauth: drop unused libsoup dependency

parent 2441331c
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
  ];