neothesia: drop clang from nativeBuildInputs

This commit is contained in:
Nick Cao
2024-11-30 09:29:02 -05:00
parent 1a827e70dc
commit 23a60b0966
-2
View File
@@ -6,7 +6,6 @@
, alsa-lib
, wayland
, makeWrapper
, llvmPackages
, libxkbcommon
, vulkan-loader
, xorg
@@ -33,7 +32,6 @@ rustPlatform.buildRustPackage {
nativeBuildInputs = [
pkg-config
llvmPackages.clang
makeWrapper
rustPlatform.bindgenHook
];