forked from mirrors/nixpkgs
more-itertools: disable for py3k
This commit is contained in:
parent
1d09c1fd34
commit
3225bf25b9
|
@ -13155,6 +13155,8 @@ let
|
|||
moreItertools = buildPythonPackage rec {
|
||||
name = "more-itertools-2.2";
|
||||
|
||||
disabled = isPy3k;
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://github.com/erikrose/more-itertools/archive/2.2.tar.gz";
|
||||
sha256 = "4606417182e0a1289e23fb7f964a64ca9fdaafb7c1999034dc4fa0cc5850c478";
|
||||
|
|
Loading…
Reference in a new issue