From 23a60b0966dddc90f5b8610efc63055360ae1a94 Mon Sep 17 00:00:00 2001 From: Nick Cao Date: Sat, 30 Nov 2024 08:52:59 -0500 Subject: [PATCH] neothesia: drop clang from nativeBuildInputs --- pkgs/by-name/ne/neothesia/package.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/by-name/ne/neothesia/package.nix b/pkgs/by-name/ne/neothesia/package.nix index 26f09906f40d..2b918d74cac1 100644 --- a/pkgs/by-name/ne/neothesia/package.nix +++ b/pkgs/by-name/ne/neothesia/package.nix @@ -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 ];