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 , alsa-lib
, wayland , wayland
, makeWrapper , makeWrapper
, llvmPackages
, libxkbcommon , libxkbcommon
, vulkan-loader , vulkan-loader
, xorg , xorg
@ -33,7 +32,6 @@ rustPlatform.buildRustPackage {
nativeBuildInputs = [ nativeBuildInputs = [
pkg-config pkg-config
llvmPackages.clang
makeWrapper makeWrapper
rustPlatform.bindgenHook rustPlatform.bindgenHook
]; ];