Loading pkgs/development/python-modules/pygit2/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ , fetchPypi , isPyPy , libgit2 , pycparser , pytestCheckHook , pythonOlder }: Loading @@ -33,6 +34,7 @@ buildPythonPackage rec { propagatedBuildInputs = [ cached-property pycparser ] ++ lib.optional (!isPyPy) [ cffi ]; Loading Loading
pkgs/development/python-modules/pygit2/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ , fetchPypi , isPyPy , libgit2 , pycparser , pytestCheckHook , pythonOlder }: Loading @@ -33,6 +34,7 @@ buildPythonPackage rec { propagatedBuildInputs = [ cached-property pycparser ] ++ lib.optional (!isPyPy) [ cffi ]; Loading