mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
python3Packages.sequoia: fix build by providing correct libclang output
broken by the big llvmPackages output split
This commit is contained in:
parent
7a674b03b4
commit
4b14908706
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ rustPlatform.buildRustPackage rec {
|
|||
cargo
|
||||
rustc
|
||||
git
|
||||
llvmPackages_10.libclang
|
||||
llvmPackages_10.libclang.lib
|
||||
llvmPackages_10.clang
|
||||
ensureNewerSourcesForZipFilesHook
|
||||
capnproto
|
||||
|
|
Loading…
Reference in a new issue