libkrun: drop clang from nativeBuildInputs
This commit is contained in:
parent
f826c0aafa
commit
1a827e70dc
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user