libkrun: drop clang from nativeBuildInputs

This commit is contained in:
Nick Cao 2024-11-30 08:52:29 -05:00
parent f826c0aafa
commit 1a827e70dc
No known key found for this signature in database

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