perlPackages.CGIFormBuilder: Depend on CGI

This commit is contained in:
Graham Christensen 2016-03-27 20:09:26 -05:00
parent fb7ebfb8a6
commit 37131c116c

View File

@ -1505,6 +1505,8 @@ let self = _self // overrides; _self = with self; {
url = "mirror://cpan/authors/id/N/NW/NWIGER/${name}.tgz";
sha256 = "0qx8kxj0iy55ss9kraqr8q2m4igi2ylajff7d6qvphqpfx90fjb5";
};
propagatedBuildInputs = [ CGI ];
};
CGIPSGI = buildPerlPackage {