mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 08:01:31 +00:00
python3Packages.clang: enable tests
This commit is contained in:
committed by
Robert Schütz
parent
b5e21ce95d
commit
d7951b35db
@@ -4,6 +4,7 @@
|
||||
llvmPackages,
|
||||
setuptools,
|
||||
writeText,
|
||||
pytestCheckHook,
|
||||
}:
|
||||
|
||||
let
|
||||
@@ -51,6 +52,10 @@ buildPythonPackage {
|
||||
echo 'Config.set_library_path("${lib.getLib libclang}/lib")' >>./clang/cindex.py
|
||||
'';
|
||||
|
||||
nativeCheckInputs = [
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
meta = libclang.meta // {
|
||||
description = "Python bindings for the C language family frontend for LLVM";
|
||||
maintainers = [ ];
|
||||
|
||||
Reference in New Issue
Block a user