cpupower: add which to nativeBuildInputs (#362044)
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
{ lib, stdenv, buildPackages, kernel, pciutils, gettext }:
|
||||
{ lib, stdenv, buildPackages, kernel, pciutils, gettext, which }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
pname = "cpupower";
|
||||
inherit (kernel) version src patches;
|
||||
|
||||
nativeBuildInputs = [ gettext ];
|
||||
nativeBuildInputs = [ gettext which ];
|
||||
buildInputs = [ pciutils ];
|
||||
|
||||
postPatch = ''
|
||||
|
||||
Reference in New Issue
Block a user