Skip to content

Commit

Permalink
perlPackages.CiscoIPPhone: init at 0.05
Browse files Browse the repository at this point in the history
  • Loading branch information
aanderse committed Jul 9, 2020
1 parent 0305468 commit 761851b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pkgs/top-level/perl-packages.nix
Expand Up @@ -2322,6 +2322,19 @@ let
};
};

CiscoIPPhone = buildPerlPackage {
pname = "Cisco-IPPhone";
version = "0.05";
src = fetchurl {
url = "mirror://cpan/authors/id/M/MR/MRPALMER/Cisco-IPPhone-0.05.tar.gz";
sha256 = "b03ca263f8f41a6ec545c5393213a3146d36bd45335ade99af51dd42ab6ee16d";
};
meta = {
description = "Package for creating Cisco IPPhone XML objects";
license = with stdenv.lib.licenses; [ artistic1 ];
};
};

CLASS = buildPerlPackage {
pname = "CLASS";
version = "1.00";
Expand Down

0 comments on commit 761851b

Please sign in to comment.