Loading pkgs/development/python-modules/jfx-bridge/default.nix +6 −4 Original line number Diff line number Diff line Loading @@ -3,8 +3,8 @@ buildPythonPackage, fetchFromGitHub, pytestCheckHook, python, setuptools, wheel, }: buildPythonPackage rec { Loading @@ -20,16 +20,17 @@ buildPythonPackage rec { }; patches = [ ./no-invoke-git.patch ]; postPatch = '' substituteInPlace ./setup.py --subst-var-by version ${version} ''; build-system = [ setuptools ]; doCheck = true; nativeCheckInputs = [ pytestCheckHook ]; preCheck = '' python test_bridge_server.py & ${python.interpreter} test_bridge_server.py & ''; disabledTests = [ Loading @@ -42,8 +43,9 @@ buildPythonPackage rec { pythonImportsCheck = [ "jfx_bridge" ]; meta = { description = "Base Python2/3 RPC bridge used for ghidra_bridge"; description = "Base Python RPC bridge used for ghidra_bridge"; homepage = "https://github.com/justfoxing/jfx_bridge"; changelog = "https://github.com/justfoxing/jfx_bridge/releases/tag/${src.tag}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ scoder12 ]; }; Loading Loading
pkgs/development/python-modules/jfx-bridge/default.nix +6 −4 Original line number Diff line number Diff line Loading @@ -3,8 +3,8 @@ buildPythonPackage, fetchFromGitHub, pytestCheckHook, python, setuptools, wheel, }: buildPythonPackage rec { Loading @@ -20,16 +20,17 @@ buildPythonPackage rec { }; patches = [ ./no-invoke-git.patch ]; postPatch = '' substituteInPlace ./setup.py --subst-var-by version ${version} ''; build-system = [ setuptools ]; doCheck = true; nativeCheckInputs = [ pytestCheckHook ]; preCheck = '' python test_bridge_server.py & ${python.interpreter} test_bridge_server.py & ''; disabledTests = [ Loading @@ -42,8 +43,9 @@ buildPythonPackage rec { pythonImportsCheck = [ "jfx_bridge" ]; meta = { description = "Base Python2/3 RPC bridge used for ghidra_bridge"; description = "Base Python RPC bridge used for ghidra_bridge"; homepage = "https://github.com/justfoxing/jfx_bridge"; changelog = "https://github.com/justfoxing/jfx_bridge/releases/tag/${src.tag}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ scoder12 ]; }; Loading