Loading pkgs/development/python-modules/bip-utils/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -10,6 +10,7 @@ , py-sr25519-bindings , cbor2 , pycryptodome , pytestCheckHook }: buildPythonPackage rec { Loading Loading @@ -42,6 +43,10 @@ buildPythonPackage rec { pycryptodome ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "bip_utils" ]; Loading Loading
pkgs/development/python-modules/bip-utils/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -10,6 +10,7 @@ , py-sr25519-bindings , cbor2 , pycryptodome , pytestCheckHook }: buildPythonPackage rec { Loading Loading @@ -42,6 +43,10 @@ buildPythonPackage rec { pycryptodome ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "bip_utils" ]; Loading