perl-Class-Mix: add meta section

Also add the "if" module as a propagated build input.
This commit is contained in:
Robert Helgesson 2016-04-16 18:17:23 +02:00
parent 8ccd361ac7
commit 507b2bc327

View File

@ -1819,7 +1819,11 @@ let self = _self // overrides; _self = with self; {
sha256 = "054d0db62df90f22601f2a18fc84e9ca026d81601f5940b2fcc543e39d69b36b";
};
buildInputs = [ ModuleBuild ];
propagatedBuildInputs = [ParamsClassify];
propagatedBuildInputs = [ ParamsClassify self."if" ];
meta = {
description = "Dynamic class mixing";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
};
};
ClassMOP = Moose;