neothesia: drop clang from nativeBuildInputs

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

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
];