perlPackages.ParamsClassify: Depend on ModuleBuild

This commit is contained in:
Graham Christensen 2016-03-27 20:13:27 -05:00
parent 849e743040
commit aa73eadc1c

View file

@ -9246,7 +9246,7 @@ let self = _self // overrides; _self = with self; {
url = "mirror://cpan/modules/by-module/Params/${name}.tar.gz";
sha256 = "1d4ysd95flszrxrnjgy6s7b80jkagjsb939h42i2hix4q20sy0a1";
};
buildInputs = [ ExtUtilsParseXS ];
buildInputs = [ ModuleBuild ExtUtilsParseXS ];
};
ParamsUtil = buildPerlPackage {