stratovirt: remove unused libclang from build closure

This commit is contained in:
sodiboo
2024-12-06 08:56:13 +08:00
committed by aleksana
parent c3e0876a96
commit ae045ab274
+1 -2
View File
@@ -1,6 +1,6 @@
{ lib, rustPlatform, fetchgit
, pkg-config, pixman, libcap_ng, cyrus_sasl
, libpulseaudio, libclang, gtk3, libusbgx, alsa-lib
, libpulseaudio, gtk3, libusbgx, alsa-lib
, linuxHeaders, libseccomp
}:
@@ -29,7 +29,6 @@ rustPlatform.buildRustPackage rec {
gtk3
libusbgx
alsa-lib
libclang
linuxHeaders
libseccomp
];