Skip to content

Commit

Permalink
perl-Term-Animation: init at 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
timor authored and rycee committed Sep 18, 2017
1 parent bef9163 commit ccfce4b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pkgs/top-level/perl-packages.nix
Expand Up @@ -13172,6 +13172,19 @@ let self = _self // overrides; _self = with self; {
};
};

TermAnimation = buildPerlPackage rec {
name = "Term-Animation-2.6";
src = fetchurl {
url = "mirror://cpan/authors/id/K/KB/KBAUCOM/${name}.tar.gz";
sha256 = "7d5c3c2d4f9b657a8b1dce7f5e2cbbe02ada2e97c72f3a0304bf3c99d084b045";
};
propagatedBuildInputs = [ Curses ];
meta = {
description = "ASCII sprite animation framework";
license = with stdenv.lib.licenses; [ artistic1 gplPlus1 ];
};
};

Test = buildPerlPackage {
name = "Test-1.26";
src = fetchurl {
Expand Down

0 comments on commit ccfce4b

Please sign in to comment.