Loading pkgs/development/python-modules/ydiff/default.nix +3 −3 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchPypi, docutils, pygments { lib, buildPythonPackage, fetchPypi, pygments , gitMinimal, mercurial, subversion, patchutils, less }: Loading Loading @@ -26,11 +26,11 @@ buildPythonPackage rec { patchShebangs tests/*.sh ''; nativeCheckInputs = [ docutils pygments ]; nativeCheckInputs = [ pygments ]; checkPhase = '' runHook preCheck make doc-check reg # We don't want the linter or coverage check. make reg # We don't want the linter or coverage check. runHook postCheck ''; Loading Loading
pkgs/development/python-modules/ydiff/default.nix +3 −3 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchPypi, docutils, pygments { lib, buildPythonPackage, fetchPypi, pygments , gitMinimal, mercurial, subversion, patchutils, less }: Loading Loading @@ -26,11 +26,11 @@ buildPythonPackage rec { patchShebangs tests/*.sh ''; nativeCheckInputs = [ docutils pygments ]; nativeCheckInputs = [ pygments ]; checkPhase = '' runHook preCheck make doc-check reg # We don't want the linter or coverage check. make reg # We don't want the linter or coverage check. runHook postCheck ''; Loading