mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-02 10:14:09 +00:00
[cpan2nix] perlPackages.DataSerializer: cleanup
This commit is contained in:
parent
a1f97aaec5
commit
f5a7a828fe
@ -3190,13 +3190,12 @@ let self = _self // overrides; _self = with self; {
|
||||
};
|
||||
};
|
||||
|
||||
DataSerializer = buildPerlPackage {
|
||||
DataSerializer = buildPerlModule {
|
||||
name = "Data-Serializer-0.60";
|
||||
src = fetchurl {
|
||||
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 New Issue
Block a user