Loading pkgs/development/python-modules/jaraco-path/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ fetchFromGitHub, setuptools-scm, pytestCheckHook, stdenv, }: buildPythonPackage rec { Loading @@ -30,5 +31,6 @@ buildPythonPackage rec { homepage = "https://github.com/jaraco/jaraco.path"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ dotlambda ]; broken = stdenv.isDarwin; # pyobjc is missing }; } Loading
pkgs/development/python-modules/jaraco-path/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ fetchFromGitHub, setuptools-scm, pytestCheckHook, stdenv, }: buildPythonPackage rec { Loading @@ -30,5 +31,6 @@ buildPythonPackage rec { homepage = "https://github.com/jaraco/jaraco.path"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ dotlambda ]; broken = stdenv.isDarwin; # pyobjc is missing }; }