Merge pull request #24165 from HeeL/init-party-parrot
terminal-parrot: init at 1.1.0
This commit is contained in:
commit
5bcbffe0dc
22
pkgs/applications/misc/terminal-parrot/default.nix
Normal file
22
pkgs/applications/misc/terminal-parrot/default.nix
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
{ stdenv, buildGoPackage, fetchFromGitHub }:
|
||||||
|
|
||||||
|
buildGoPackage rec {
|
||||||
|
name = "terminal-parrot-1.1.0";
|
||||||
|
version = "1.1.0";
|
||||||
|
goPackagePath = "github.com/jmhobbs/terminal-parrot";
|
||||||
|
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "jmhobbs";
|
||||||
|
repo = "terminal-parrot";
|
||||||
|
rev = "22c9bde916c12d8b13cf80ab252995dbf47837d1";
|
||||||
|
sha256 = "1mrxmifsmndf6hdq1956p1gyrrp3abh3rmwjcmxar8x2wqbv748y";
|
||||||
|
};
|
||||||
|
|
||||||
|
meta = with stdenv.lib; {
|
||||||
|
description = "Shows colorful, animated party parrot in your terminial";
|
||||||
|
homepage = https://github.com/jmhobbs/terminal-parrot;
|
||||||
|
license = licenses.mit;
|
||||||
|
platforms = platforms.all;
|
||||||
|
maintainers = [ maintainers.heel ];
|
||||||
|
};
|
||||||
|
}
|
@ -17741,6 +17741,8 @@ with pkgs;
|
|||||||
|
|
||||||
colort = callPackage ../applications/misc/colort { };
|
colort = callPackage ../applications/misc/colort { };
|
||||||
|
|
||||||
|
terminal-parrot = callPackage ../applications/misc/terminal-parrot { };
|
||||||
|
|
||||||
e17gtk = callPackage ../misc/themes/e17gtk { };
|
e17gtk = callPackage ../misc/themes/e17gtk { };
|
||||||
|
|
||||||
epson-escpr = callPackage ../misc/drivers/epson-escpr { };
|
epson-escpr = callPackage ../misc/drivers/epson-escpr { };
|
||||||
|
Loading…
Reference in New Issue
Block a user