python310Packages.crytic-compile: adjust input and add comment
This commit is contained in:
parent
f5de0ca52e
commit
2c6a44a598
@ -3,7 +3,6 @@
|
|||||||
, cbor2
|
, cbor2
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, pycryptodome
|
, pycryptodome
|
||||||
, pysha3
|
|
||||||
, pythonOlder
|
, pythonOlder
|
||||||
, setuptools
|
, setuptools
|
||||||
}:
|
}:
|
||||||
@ -25,10 +24,10 @@ buildPythonPackage rec {
|
|||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
cbor2
|
cbor2
|
||||||
pycryptodome
|
pycryptodome
|
||||||
pysha3
|
|
||||||
setuptools
|
setuptools
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# Test require network access
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
pythonImportsCheck = [
|
pythonImportsCheck = [
|
||||||
|
Loading…
Reference in New Issue
Block a user