perlPackage.RTClientREST: Depend on CGI
This commit is contained in:
parent
c3d6b5e8f2
commit
125ee11a35
|
@ -10254,7 +10254,7 @@ let self = _self // overrides; _self = with self; {
|
||||||
sha256 = "832c84b4f19e97781e8902f123a659fdcfef68e0ed9cfe09055852e9d68f7afc";
|
sha256 = "832c84b4f19e97781e8902f123a659fdcfef68e0ed9cfe09055852e9d68f7afc";
|
||||||
};
|
};
|
||||||
buildInputs = [ TestException ];
|
buildInputs = [ TestException ];
|
||||||
propagatedBuildInputs = [ DateTime DateTimeFormatDateParse Error ExceptionClass HTTPCookies HTTPMessage LWP ParamsValidate URI ];
|
propagatedBuildInputs = [ CGI DateTime DateTimeFormatDateParse Error ExceptionClass HTTPCookies HTTPMessage LWP ParamsValidate URI ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "Talk to RT installation using REST protocol";
|
description = "Talk to RT installation using REST protocol";
|
||||||
license = "perl";
|
license = "perl";
|
||||||
|
|
Loading…
Reference in New Issue