Merge pull request #234321 from wegank/system76-scheduler-refactor

linuxPackages.system76-scheduler: migrate to bindgenHook

authored by Weijia Wang and committed by GitHub 48dc0859 9a9adbec

+1 -5
+1 -5
pkgs/os-specific/linux/system76-scheduler/default.nix
··· 1 { lib 2 , fetchFromGitHub 3 , rustPlatform 4 - , llvm 5 - , clang 6 - , libclang 7 , pipewire 8 , pkg-config 9 , bcc ··· 22 }; 23 cargoSha256 = "sha256-hpFDAhOzm4v3lBWwAl/10pS5xvKCScdKsp5wpCeQ+FE="; 24 25 - nativeBuildInputs = [ pkg-config llvm clang ]; 26 buildInputs = [ dbus pipewire ]; 27 28 - LIBCLANG_PATH = "${libclang.lib}/lib"; 29 EXECSNOOP_PATH = "${bcc}/bin/execsnoop"; 30 31 # tests don't build
··· 1 { lib 2 , fetchFromGitHub 3 , rustPlatform 4 , pipewire 5 , pkg-config 6 , bcc ··· 19 }; 20 cargoSha256 = "sha256-hpFDAhOzm4v3lBWwAl/10pS5xvKCScdKsp5wpCeQ+FE="; 21 22 + nativeBuildInputs = [ pkg-config rustPlatform.bindgenHook ]; 23 buildInputs = [ dbus pipewire ]; 24 25 EXECSNOOP_PATH = "${bcc}/bin/execsnoop"; 26 27 # tests don't build