Commit 2c6a44a5 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python310Packages.crytic-compile: adjust input and add comment

parent f5de0ca5
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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 = [