[cpan2nix] perlPackages.MP3Tag: cleanup
This commit is contained in:
parent
da208cd416
commit
f559bc8731
@ -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'"
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user