replace makeSearchPath tree-wise to take care of possible multiple outputs
This commit is contained in:
@@ -26,7 +26,7 @@ in stdenv.mkDerivation {
|
||||
|
||||
buildInputs = [ perl ];
|
||||
|
||||
paths = lib.makeSearchPath "bin"
|
||||
paths = lib.makeBinPath
|
||||
([ iw rfkill hdparm ethtool inetutils systemd module_init_tools pciutils smartmontools
|
||||
x86_energy_perf_policy gawk gnugrep coreutils
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user