treewide: remove unused clang from build closure (#360711)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user