summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-01-14 18:45:25 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2023-01-14 18:45:25 +0100
commit2c6a44a598bfe6af95da619f6c46c571e03050ac (patch)
treee1fdaa9dfc41ace00c5654541ab1d543605a6c37
parentf5de0ca52ecc9363d0653927683a90fe9e79a634 (diff)
python310Packages.crytic-compile: adjust input and add comment
-rw-r--r--pkgs/development/python-modules/crytic-compile/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/crytic-compile/default.nix b/pkgs/development/python-modules/crytic-compile/default.nix
index c717ea22691f..5133f1642e13 100644
--- a/pkgs/development/python-modules/crytic-compile/default.nix
+++ b/pkgs/development/python-modules/crytic-compile/default.nix
@@ -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 = [