Skip to content

Commit

Permalink
perlPackages.LinguaTranslit: init from 0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
jokogr committed Jul 13, 2016
1 parent 956da24 commit 6747bcf
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pkgs/top-level/perl-packages.nix
Expand Up @@ -7092,6 +7092,15 @@ let self = _self // overrides; _self = with self; {
doCheck = false;
};

LinguaTranslit = buildPerlPackage rec {
name = "Lingua-Translit-0.26";
src = fetchurl {
url = "mirror://cpan/authors/id/A/AL/ALINKE/${name}.tar.gz";
sha256 = "2430b5c84927f15570533eb68c56958c580f16044fc413d48bf44f0460422598";
};
doCheck = false;
};

LinuxDistribution = buildPerlPackage {
name = "Linux-Distribution-0.23";
src = fetchurl {
Expand Down

0 comments on commit 6747bcf

Please sign in to comment.