[cpan2nix] perlPackages.DataGUID: cleanup

This commit is contained in:
volth 2018-04-07 07:55:37 +00:00
parent 4e97dd71b2
commit bad0ba959e

View File

@ -3099,7 +3099,7 @@ let self = _self // overrides; _self = with self; {
url = "mirror://cpan/authors/id/R/RJ/RJBS/${name}.tar.gz";
sha256 = "0yx7d4qwsr9n85gslip0y3mdwr5fkncfbwxz7si2a17x95yl7bxq";
};
propagatedBuildInputs = [ DataUUID SubExporter SubInstall ];
propagatedBuildInputs = [ DataUUID SubExporter ];
meta = {
homepage = https://github.com/rjbs/Data-GUID;
description = "Globally unique identifiers";