mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-03 18:54:42 +00:00
python3Packages.claripy: fix build needing setuptools
This commit is contained in:
parent
fe4ffc0988
commit
ceb78d53dc
@ -1,5 +1,6 @@
|
||||
{ lib
|
||||
, buildPythonPackage
|
||||
, setuptools
|
||||
, cachetools
|
||||
, decorator
|
||||
, fetchFromGitHub
|
||||
@ -26,6 +27,10 @@ buildPythonPackage rec {
|
||||
hash = "sha256-3v5te+j3I4yzxoBO8kY8VGLCrWfb1iOz9GHzun1DT0I=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
setuptools
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
cachetools
|
||||
decorator
|
||||
|
Loading…
Reference in New Issue
Block a user