mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
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";
|
||||
};
|
||||
buildInputs = [ TestException ];
|
||||
propagatedBuildInputs = [ DateTime DateTimeFormatDateParse Error ExceptionClass HTTPCookies HTTPMessage LWP ParamsValidate URI ];
|
||||
propagatedBuildInputs = [ CGI DateTime DateTimeFormatDateParse Error ExceptionClass HTTPCookies HTTPMessage LWP ParamsValidate URI ];
|
||||
meta = {
|
||||
description = "Talk to RT installation using REST protocol";
|
||||
license = "perl";
|
||||
|
Loading…
Reference in New Issue
Block a user