Commit dfb143ed authored by Stel Clementine's avatar Stel Clementine
Browse files

tlp: add missing runtime dependency usbutils (#423866)

parent ef4c7277
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@
  smartmontools,
  systemd,
  udevCheckHook,
  usbutils,
  util-linux,
  x86_energy_perf_policy,
  # RDW only works with NetworkManager, and thus is optional with default off
@@ -104,6 +105,7 @@ stdenv.mkDerivation rec {
          perl
          smartmontools
          systemd
          usbutils
          util-linux
        ]
        ++ lib.optional enableRDW networkmanager