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