Merge pull request #45096 from aanderse/perlPackages-MLDBM

perlPackages.MLDBM: init at 2.05
This commit is contained in:
Jörg Thalheim
2018-08-16 13:29:33 +02:00
committed by GitHub
+12
View File
@@ -9561,6 +9561,18 @@ let self = _self // overrides; _self = with self; {
};
};
MLDBM = buildPerlPackage rec {
name = "MLDBM-2.05";
src = fetchurl {
url = "mirror://cpan/authors/id/C/CH/CHORNY/${name}.tar.gz";
sha256 = "586880ed0c20801abbf6734747e13e0203edefece6ebc4f20ddb5059f02a17a2";
};
meta = {
description = "Store multi-level Perl hash structure in single level tied hash";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
};
};
MNI-Perllib = pkgs.callPackage ../development/perl-modules/MNI {};
Mo = buildPerlPackage rec {