[cpan2nix] perlPackages.MP3Tag: cleanup

This commit is contained in:
volth 2020-09-09 09:10:34 +00:00
parent da208cd416
commit f559bc8731

View file

@ -13992,11 +13992,11 @@ let
pname = "MP3-Tag";
version = "1.15";
src = fetchurl {
url = mirror://cpan/authors/id/I/IL/ILYAZ/modules/MP3-Tag-1.15.zip;
url = "mirror://cpan/authors/id/I/IL/ILYAZ/modules/MP3-Tag-1.15.zip";
sha256 = "1lanbwv97sfsb7h4vsg1v0dv3yghpz01nf3rzl4a9p3ycgs4ib5a";
};
buildInputs = [ pkgs.unzip ];
propagatedBuildInputs = [ CompressZlib ExtUtilsMakeMaker ];
postPatch = ''
substituteInPlace Makefile.PL --replace "'PL_FILES'" "#'PL_FILES'"
'';