[cpan2nix] perlPackages.aliased: cleanup

This commit is contained in:
volth 2018-04-07 07:55:57 +00:00
parent 5e92a7bfe8
commit 7321efc348
1 changed files with 2 additions and 1 deletions

View File

@ -88,12 +88,13 @@ let self = _self // overrides; _self = with self; {
};
};
aliased = buildPerlPackage rec {
aliased = buildPerlModule rec {
name = "aliased-0.34";
src = fetchurl {
url = "mirror://cpan/authors/id/E/ET/ETHER/${name}.tar.gz";
sha256 = "1syyqzy462501kn5ma9gl6xbmcahqcn4qpafhsmpz0nd0x2m4l63";
};
buildInputs = [ ModuleBuildTiny ];
};
AlienTidyp = buildPerlModule rec {