perl-Alien-Wx: pass ModuleBuild dependency

This commit is contained in:
Michael Raskin 2016-03-28 00:55:10 +02:00
parent 891fa19e29
commit af3ec2046a

View File

@ -113,7 +113,8 @@ let self = _self // overrides; _self = with self; {
url = "mirror://cpan/authors/id/M/MD/MDOOTSON/${name}.tar.gz";
sha256 = "075m880klf66pbcfk0la2nl60vd37jljizqndrklh5y4zvzdy1nr";
};
propagatedBuildInputs = [ pkgs.pkgconfig pkgs.gtk2 pkgs.wxGTK ModulePluggable ];
propagatedBuildInputs = [ pkgs.pkgconfig pkgs.gtk2 pkgs.wxGTK
ModulePluggable ModuleBuild ];
};
AnyEvent = buildPerlPackage rec {