Loading pkgs/tools/security/cve-bin-tool/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -36,6 +36,7 @@ , buildPythonPackage , pretend , pythonOlder , wheel }: let Loading @@ -52,6 +53,7 @@ let }; nativeBuildInputs = [ setuptools wheel ]; propagatedBuildInputs = [ pyparsing Loading @@ -68,6 +70,7 @@ in buildPythonApplication rec { pname = "cve-bin-tool"; version = "3.2"; format = "setuptools"; src = fetchFromGitHub { owner = "intel"; Loading Loading
pkgs/tools/security/cve-bin-tool/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -36,6 +36,7 @@ , buildPythonPackage , pretend , pythonOlder , wheel }: let Loading @@ -52,6 +53,7 @@ let }; nativeBuildInputs = [ setuptools wheel ]; propagatedBuildInputs = [ pyparsing Loading @@ -68,6 +70,7 @@ in buildPythonApplication rec { pname = "cve-bin-tool"; version = "3.2"; format = "setuptools"; src = fetchFromGitHub { owner = "intel"; Loading