mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 13:08:48 +00:00
linuxPackages.system76-scheduler: migrate to bindgenHook
This commit is contained in:
parent
656eb1cbd9
commit
597e126786
@ -1,9 +1,6 @@
|
||||
{ lib
|
||||
, fetchFromGitHub
|
||||
, rustPlatform
|
||||
, llvm
|
||||
, clang
|
||||
, libclang
|
||||
, pipewire
|
||||
, pkg-config
|
||||
, bcc
|
||||
@ -22,10 +19,9 @@ in rustPlatform.buildRustPackage {
|
||||
};
|
||||
cargoSha256 = "sha256-hpFDAhOzm4v3lBWwAl/10pS5xvKCScdKsp5wpCeQ+FE=";
|
||||
|
||||
nativeBuildInputs = [ pkg-config llvm clang ];
|
||||
nativeBuildInputs = [ pkg-config rustPlatform.bindgenHook ];
|
||||
buildInputs = [ dbus pipewire ];
|
||||
|
||||
LIBCLANG_PATH = "${libclang.lib}/lib";
|
||||
EXECSNOOP_PATH = "${bcc}/bin/execsnoop";
|
||||
|
||||
# tests don't build
|
||||
|
Loading…
Reference in New Issue
Block a user