libkrun: drop clang from nativeBuildInputs

This commit is contained in:
Nick Cao
2024-11-30 09:29:01 -05:00
parent f826c0aafa
commit 1a827e70dc
-2
View File
@@ -11,7 +11,6 @@
, pipewire
, virglrenderer
, libkrunfw
, llvmPackages
, rustc
, withGpu ? false
, withSound ? false
@@ -38,7 +37,6 @@ stdenv.mkDerivation (finalAttrs: {
};
nativeBuildInputs = [
llvmPackages.clang
rustPlatform.cargoSetupHook
rustPlatform.bindgenHook
cargo