mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
pythonPackages.Flootty: init at 3.2.0
This commit is contained in:
parent
ec73d072ae
commit
fc29868d24
@ -6100,6 +6100,22 @@ in modules // {
|
||||
propagatedBuildInputs = with self; [ rpkg offtrac urlgrabber fedora_cert ];
|
||||
});
|
||||
|
||||
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";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user