Unverified Commit 3609928e authored by Grimmauld's avatar Grimmauld
Browse files

networkmanager: remove unused libsoup_2_4 dependency

The libsoup dependency was replaced by curl upstream in the 1.8 release [1].
In adec41e5 [2] the nix package was updated.
However, the libsoup dependency was never dropped and is now unused.
This does the drop, after 8 years of it not being used.

[1] https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/blob/40ddff9cc9f8957ad5c66907c77640f7fccca9ab/NEWS#L1245
[2] https://github.com/NixOS/nixpkgs/commit/adec41e57363cc179dae17921e7ee89c2efb4660
parent 931b4f64
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -28,7 +28,6 @@
  openresolv,
  libndp,
  newt,
  libsoup_2_4,
  ethtool,
  gnused,
  iputils,
@@ -160,7 +159,6 @@ stdenv.mkDerivation (finalAttrs: {
    modemmanager
    readline
    newt
    libsoup_2_4
    jansson
    dbus # used to get directory paths with pkg-config during configuration
  ];