mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 09:34:36 +00:00
tlp: add more shell script dependencies
This commit is contained in:
parent
8a3aa73aca
commit
d0e3cca04e
@ -1,5 +1,5 @@
|
||||
{ stdenv, lib, fetchFromGitHub, makeWrapper, perl, systemd, iw, rfkill, hdparm, ethtool, inetutils
|
||||
, module_init_tools, pciutils, smartmontools, x86_energy_perf_policy
|
||||
, module_init_tools, pciutils, smartmontools, x86_energy_perf_policy, gawk, gnugrep, coreutils
|
||||
, enableRDW ? false, networkmanager
|
||||
}:
|
||||
|
||||
@ -28,7 +28,7 @@ in stdenv.mkDerivation {
|
||||
|
||||
paths = lib.makeSearchPath "bin"
|
||||
([ iw rfkill hdparm ethtool inetutils systemd module_init_tools pciutils smartmontools
|
||||
x86_energy_perf_policy
|
||||
x86_energy_perf_policy gawk gnugrep coreutils
|
||||
]
|
||||
++ lib.optional enableRDW networkmanager
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user