mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
perlPackages.DataSerializer: Depend on ModuleBuild
This commit is contained in:
parent
ce5914c898
commit
200ddaa54f
1 changed files with 1 additions and 0 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue