niri: remove unused clang from build closure

This commit is contained in:
aleksana
2024-12-01 17:03:38 +08:00
parent 414c15d910
commit ffdf195290
-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
];