mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 18:17:46 +00:00
cve-bin-tool: add wheel dependency to pinned packaging
This commit is contained in:
parent
b2d45d788a
commit
ca5c181107
@ -36,6 +36,7 @@
|
||||
, buildPythonPackage
|
||||
, pretend
|
||||
, pythonOlder
|
||||
, wheel
|
||||
}:
|
||||
|
||||
let
|
||||
@ -52,6 +53,7 @@ let
|
||||
};
|
||||
nativeBuildInputs = [
|
||||
setuptools
|
||||
wheel
|
||||
];
|
||||
propagatedBuildInputs = [
|
||||
pyparsing
|
||||
@ -68,6 +70,7 @@ in
|
||||
buildPythonApplication rec {
|
||||
pname = "cve-bin-tool";
|
||||
version = "3.2";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "intel";
|
||||
|
Loading…
Reference in New Issue
Block a user