Loading pkgs/development/python-modules/omemo-dr/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ , cryptography , fetchPypi , protobuf , pytestCheckHook , pythonOlder , setuptools }: Loading @@ -28,6 +29,10 @@ buildPythonPackage rec { protobuf ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "omemo_dr" ]; Loading Loading
pkgs/development/python-modules/omemo-dr/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ , cryptography , fetchPypi , protobuf , pytestCheckHook , pythonOlder , setuptools }: Loading @@ -28,6 +29,10 @@ buildPythonPackage rec { protobuf ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "omemo_dr" ]; Loading