mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
perl-Class-Mix: add meta section
Also add the "if" module as a propagated build input.
This commit is contained in:
parent
8ccd361ac7
commit
507b2bc327
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user