Loading pkgs/development/python2-modules/more-itertools/default.nix +2 −2 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchPypi , nose , unittestCheckHook , six , stdenv }: Loading @@ -16,7 +16,7 @@ buildPythonPackage rec { sha256 = "38a936c0a6d98a38bcc2d03fdaaedaba9f412879461dd2ceff8d37564d6522e4"; }; nativeCheckInputs = [ nose ]; nativeCheckInputs = [ unittestCheckHook ]; propagatedBuildInputs = [ six ]; # iterable = range(10 ** 10) # Is efficiently reversible Loading Loading
pkgs/development/python2-modules/more-itertools/default.nix +2 −2 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchPypi , nose , unittestCheckHook , six , stdenv }: Loading @@ -16,7 +16,7 @@ buildPythonPackage rec { sha256 = "38a936c0a6d98a38bcc2d03fdaaedaba9f412879461dd2ceff8d37564d6522e4"; }; nativeCheckInputs = [ nose ]; nativeCheckInputs = [ unittestCheckHook ]; propagatedBuildInputs = [ six ]; # iterable = range(10 ** 10) # Is efficiently reversible Loading