1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

perlPackages.DataSerializer: Depend on ModuleBuild

This commit is contained in:
Graham Christensen 2016-03-27 20:35:22 -05:00
parent ce5914c898
commit 200ddaa54f

View file

@ -2829,6 +2829,7 @@ let self = _self // overrides; _self = with self; {
url = mirror://cpan/authors/id/N/NE/NEELY/Data-Serializer-0.60.tar.gz;
sha256 = "0ca4s811l7f2bqkx7vnyxbpp4f0qska89g2pvsfb3k0bhhbk0jdk";
};
buildInputs = [ ModuleBuild ];
meta = {
description = "Modules that serialize data structures";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];