mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
turbostat: requires libcap to build
This commit is contained in:
parent
ffbbdf247a
commit
4415355426
@ -1,9 +1,10 @@
|
||||
{ stdenv, kernel }:
|
||||
{ stdenv, kernel, libcap }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
pname = "turbostat";
|
||||
inherit (kernel) src version;
|
||||
|
||||
buildInputs = [ libcap ];
|
||||
makeFlags = [ "PREFIX=${placeholder "out"}" ];
|
||||
|
||||
postPatch = ''
|
||||
|
Loading…
Reference in New Issue
Block a user