9 buildPythonPackage rec {
13 inherit (xrootd) version src;
15 sourceRoot = "${src.name}/bindings/python";
22 buildInputs = [ xrootd ];
24 dontUseCmakeConfigure = true;
26 pythonImportsCheck = [ "XRootD" ];
28 # Tests are only compatible with Python 2
32 description = "XRootD central repository";
33 homepage = "https://github.com/xrootd/xrootd";
34 changelog = "https://github.com/xrootd/xrootd/releases/tag/v${version}";
35 license = lib.licenses.gpl3Only;
36 maintainers = with lib.maintainers; [ GaetanLepage ];