treewide: remove unused clang from build closure (#360711)

This commit is contained in:
Aleksana
2024-12-02 11:00:58 +08:00
committed by GitHub
3 changed files with 0 additions and 6 deletions
-2
View File
@@ -1,6 +1,5 @@
{ lib
, cargo
, clang
, desktop-file-utils
, fetchFromGitLab
, glib
@@ -35,7 +34,6 @@ stdenv.mkDerivation rec {
};
nativeBuildInputs = [
clang
meson
ninja
pkg-config
-2
View File
@@ -1,6 +1,5 @@
{
lib,
clang,
dbus,
eudev,
fetchFromGitHub,
@@ -51,7 +50,6 @@ rustPlatform.buildRustPackage rec {
strictDeps = true;
nativeBuildInputs = [
clang
pkg-config
rustPlatform.bindgenHook
];
@@ -2,7 +2,6 @@
lib,
fetchFromGitLab,
rustPlatform,
llvmPackages,
pkg-config,
xen,
}:
@@ -21,7 +20,6 @@ rustPlatform.buildRustPackage rec {
nativeBuildInputs = [
rustPlatform.bindgenHook
llvmPackages.clang
pkg-config
];