Loading pkgs/development/python-modules/bx-py-utils/default.nix +6 −0 Original line number Diff line number Diff line { lib , stdenv , buildPythonPackage , pythonOlder , fetchFromGitHub Loading Loading @@ -72,11 +73,16 @@ buildPythonPackage rec { disabledTestPaths = [ "bx_py_utils_tests/tests/test_project_setup.py" ] ++ lib.optionals stdenv.isDarwin [ # processify() doesn't work under darwin # https://github.com/boxine/bx_py_utils/issues/80 "bx_py_utils_tests/tests/test_processify.py" ]; meta = { description = "Various Python utility functions"; homepage = "https://github.com/boxine/bx_py_utils"; changelog = "https://github.com/boxine/bx_py_utils/releases/tag/${src.rev}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ dotlambda ]; }; Loading Loading
pkgs/development/python-modules/bx-py-utils/default.nix +6 −0 Original line number Diff line number Diff line { lib , stdenv , buildPythonPackage , pythonOlder , fetchFromGitHub Loading Loading @@ -72,11 +73,16 @@ buildPythonPackage rec { disabledTestPaths = [ "bx_py_utils_tests/tests/test_project_setup.py" ] ++ lib.optionals stdenv.isDarwin [ # processify() doesn't work under darwin # https://github.com/boxine/bx_py_utils/issues/80 "bx_py_utils_tests/tests/test_processify.py" ]; meta = { description = "Various Python utility functions"; homepage = "https://github.com/boxine/bx_py_utils"; changelog = "https://github.com/boxine/bx_py_utils/releases/tag/${src.rev}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ dotlambda ]; }; Loading