mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
fix indentation
This commit is contained in:
parent
3c06b41c26
commit
5e328ef690
@ -13111,8 +13111,8 @@ let
|
|||||||
name = "more-itertools-2.2";
|
name = "more-itertools-2.2";
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "https://github.com/erikrose/more-itertools/archive/2.2.tar.gz";
|
url = "https://github.com/erikrose/more-itertools/archive/2.2.tar.gz";
|
||||||
sha256 = "4606417182e0a1289e23fb7f964a64ca9fdaafb7c1999034dc4fa0cc5850c478";
|
ha256 = "4606417182e0a1289e23fb7f964a64ca9fdaafb7c1999034dc4fa0cc5850c478";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with self; [ nose ];
|
propagatedBuildInputs = with self; [ nose ];
|
||||||
|
Loading…
Reference in New Issue
Block a user