3
0
Fork 0
forked from mirrors/nixpkgs

perlPackages.CryptEksblowfish: Depend on ModuleBuild

This commit is contained in:
Graham Christensen 2016-03-27 20:10:31 -05:00
parent 189d29e5f6
commit 5dd946ded9

View file

@ -2422,6 +2422,7 @@ let self = _self // overrides; _self = with self; {
url = "mirror://cpan/authors/id/Z/ZE/ZEFRAM/${name}.tar.gz";
sha256 = "3cc7126d5841107237a9be2dc5c7fbc167cf3c4b4ce34678a8448b850757014c";
};
buildInputs = [ ModuleBuild ];
propagatedBuildInputs = [ClassMix];
};