Loading pkgs/development/python-modules/pyheck/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -2,11 +2,13 @@ , buildPythonPackage , cargo , fetchFromGitHub , libiconv , poetry-core , pytestCheckHook , pythonOlder , rustc , rustPlatform , stdenv }: buildPythonPackage rec { Loading Loading @@ -39,6 +41,8 @@ buildPythonPackage rec { rustPlatform.maturinBuildHook ]; buildInputs = lib.optionals stdenv.isDarwin [ libiconv ]; nativeCheckInputs = [ pytestCheckHook ]; Loading Loading
pkgs/development/python-modules/pyheck/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -2,11 +2,13 @@ , buildPythonPackage , cargo , fetchFromGitHub , libiconv , poetry-core , pytestCheckHook , pythonOlder , rustc , rustPlatform , stdenv }: buildPythonPackage rec { Loading Loading @@ -39,6 +41,8 @@ buildPythonPackage rec { rustPlatform.maturinBuildHook ]; buildInputs = lib.optionals stdenv.isDarwin [ libiconv ]; nativeCheckInputs = [ pytestCheckHook ]; Loading