-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
clang python bindings #89214
Copy link
Copy link
Closed
Labels
0.kind: packaging requestRequest for a new package to be addedRequest for a new package to be added6.topic: llvm/clangIssues related to llvmPackages, clangStdenv and relatedIssues related to llvmPackages, clangStdenv and related6.topic: pythonPython is a high-level, general-purpose programming language.Python is a high-level, general-purpose programming language.
Metadata
Metadata
Assignees
Labels
0.kind: packaging requestRequest for a new package to be addedRequest for a new package to be added6.topic: llvm/clangIssues related to llvmPackages, clangStdenv and relatedIssues related to llvmPackages, clangStdenv and related6.topic: pythonPython is a high-level, general-purpose programming language.Python is a high-level, general-purpose programming language.
Fields
Give feedbackNo fields configured for issues without a type.
Project description
I'm trying to package another program that makes use of clang_9 python bindings: https://github.com/llvm/llvm-project/tree/master/clang/bindings/python
I don't have any experience with clang so I might be wrong, but I think nixpkgs currently doesn't include them. I was expecting them to be copied from src/bindings/python to an output in this expression: https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/compilers/llvm/9/clang/default.nix
I don't think there are any specific maintainers of llvm for me to ping for help either.