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 , pipewire
, virglrenderer , virglrenderer
, libkrunfw , libkrunfw
, llvmPackages
, rustc , rustc
, withGpu ? false , withGpu ? false
, withSound ? false , withSound ? false
@ -38,7 +37,6 @@ stdenv.mkDerivation (finalAttrs: {
}; };
nativeBuildInputs = [ nativeBuildInputs = [
llvmPackages.clang
rustPlatform.cargoSetupHook rustPlatform.cargoSetupHook
rustPlatform.bindgenHook rustPlatform.bindgenHook
cargo cargo