pythonPackages.Flootty: Remove redundant package

This commit is contained in:
Michael Hoang 2018-08-11 15:36:03 +10:00
parent bb3f7d14a1
commit 83a15925a4

View File

@ -2450,22 +2450,6 @@ in {
flit = callPackage ../development/python-modules/flit { };
Flootty = buildPythonPackage rec {
name = "Flootty-3.2.0";
src = pkgs.fetchurl {
url = "mirror://pypi/F/Flootty/${name}.tar.gz";
sha256 = "14n2q2k388xbmp5rda5ss879bg5cbibk4zzz7c8mrjsmxhgagmmg";
};
meta = with pkgs.stdenv.lib; {
description = "Floobits collaborative terminal";
homepage = "https://github.com/Floobits/flootty/";
maintainers = with maintainers; [ garbas ];
license = licenses.asl20;
};
};
flowlogs_reader = buildPythonPackage rec {
name = "flowlogs_reader-1.0.0";