python3Packages.clang: enable tests

This commit is contained in:
Martin Weinelt
2026-06-22 17:09:59 +02:00
committed by Robert Schütz
parent b5e21ce95d
commit d7951b35db

View File

@@ -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 = [ ];