[cpan2nix] perlPackages.FileBOM: cleanup

This commit is contained in:
volth 2018-04-07 07:56:17 +00:00
parent 75f69a6fd2
commit b2b41516f6

View File

@ -5505,13 +5505,13 @@ let self = _self // overrides; _self = with self; {
buildInputs = [ FileWhich ];
};
FileBOM = buildPerlPackage rec {
FileBOM = buildPerlModule rec {
name = "File-BOM-0.15";
src = fetchurl {
url = "mirror://cpan/authors/id/M/MA/MATTLAW/${name}.tar.gz";
sha256 = "431c8b39397fd5ad5b1a1100d3647a06e9f94304d46db44ffc0a0e5c5c06a1c1";
};
buildInputs = [ ModuleBuild TestException ];
buildInputs = [ TestException ];
propagatedBuildInputs = [ Readonly ];
meta = {
description = "Utilities for handling Byte Order Marks";