xen-guest-agent: remove unused clang from build closure

This commit is contained in:
aleksana 2024-12-01 17:03:30 +08:00
parent 60a1ffe606
commit 414c15d910

View File

@ -2,7 +2,6 @@
lib,
fetchFromGitLab,
rustPlatform,
llvmPackages,
pkg-config,
xen,
}:
@ -21,7 +20,6 @@ rustPlatform.buildRustPackage rec {
nativeBuildInputs = [
rustPlatform.bindgenHook
llvmPackages.clang
pkg-config
];