2 , buildPythonApplication
28 buildPythonApplication rec {
29 pname = "cve-bin-tool";
32 src = fetchFromGitHub {
34 repo = "cve-bin-tool";
36 sha256 = "0nz3ax3ldnrzk8694x0p743g5h2zply29ljpn21llbc7ca27zdv9";
39 # Wants to open a sqlite database, access the internet, etc
42 propagatedBuildInputs = [
72 pythonImportsCheck = [
76 # required until https://github.com/intel/cve-bin-tool/pull/1665 is merged
78 sed '/^pytest/d' -i requirements.txt
82 description = "CVE Binary Checker Tool";
83 homepage = "https://github.com/intel/cve-bin-tool";
84 license = licenses.gpl3Plus;
85 maintainers = teams.determinatesystems.members;