Commit 095c80fb authored by Bjørn Forsman's avatar Bjørn Forsman
Browse files

ddclient: remove unused iproute2

parent 30fa94ed
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
{ lib, fetchFromGitHub, perlPackages, autoreconfHook, iproute2, perl, curl }:
{ lib, fetchFromGitHub, perlPackages, autoreconfHook, perl, curl }:

let
  myPerl = perl.withPackages (ps: [ ps.JSONPP ]);