20 buildPythonPackage rec {
21 pname = "correctionlib";
26 inherit pname version;
27 hash = "sha256-H8QCdU6piBdqJEJOGVbsz+6eyMhFVuwTpIHKUoKaf4A=";
42 propagatedBuildInputs = [
49 dontUseCmakeConfigure = true;
57 pythonImportsCheck = [
62 description = "Provides a well-structured JSON data format for a wide variety of ad-hoc correction factors encountered in a typical HEP analysis";
63 mainProgram = "correction";
64 homepage = "https://cms-nanoaod.github.io/correctionlib/";
65 license = with licenses; [ bsd3 ];
66 maintainers = with maintainers; [ veprbl ];