mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-24 22:53:42 +00:00
tplay: remove unused libclang from build closure
This commit is contained in:
parent
ab01eb0370
commit
173c0f3194
@ -7,7 +7,6 @@
|
||||
ffmpeg,
|
||||
openssl,
|
||||
alsa-lib,
|
||||
libclang,
|
||||
opencv,
|
||||
makeWrapper,
|
||||
}:
|
||||
@ -42,7 +41,6 @@ rustPlatform.buildRustPackage rec {
|
||||
buildInputs = [
|
||||
openssl.dev
|
||||
alsa-lib.dev
|
||||
(lib.getLib libclang)
|
||||
ffmpeg.dev
|
||||
opencv
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user