[cpan2nix] perlPackages.FileBOM: cleanup
This commit is contained in:
parent
75f69a6fd2
commit
b2b41516f6
@ -5505,13 +5505,13 @@ let self = _self // overrides; _self = with self; {
|
|||||||
buildInputs = [ FileWhich ];
|
buildInputs = [ FileWhich ];
|
||||||
};
|
};
|
||||||
|
|
||||||
FileBOM = buildPerlPackage rec {
|
FileBOM = buildPerlModule rec {
|
||||||
name = "File-BOM-0.15";
|
name = "File-BOM-0.15";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://cpan/authors/id/M/MA/MATTLAW/${name}.tar.gz";
|
url = "mirror://cpan/authors/id/M/MA/MATTLAW/${name}.tar.gz";
|
||||||
sha256 = "431c8b39397fd5ad5b1a1100d3647a06e9f94304d46db44ffc0a0e5c5c06a1c1";
|
sha256 = "431c8b39397fd5ad5b1a1100d3647a06e9f94304d46db44ffc0a0e5c5c06a1c1";
|
||||||
};
|
};
|
||||||
buildInputs = [ ModuleBuild TestException ];
|
buildInputs = [ TestException ];
|
||||||
propagatedBuildInputs = [ Readonly ];
|
propagatedBuildInputs = [ Readonly ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "Utilities for handling Byte Order Marks";
|
description = "Utilities for handling Byte Order Marks";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user