forked from lix-project/hydra
Depend on Term::Size::Any
This shuts up a warning from Catalyst.
This commit is contained in:
parent
c503876a7e
commit
eb2965071e
13
release.nix
13
release.nix
|
@ -77,7 +77,9 @@ in rec {
|
||||||
name = "hydra-perl-deps";
|
name = "hydra-perl-deps";
|
||||||
paths = with perlPackages;
|
paths = with perlPackages;
|
||||||
[ ModulePluggable
|
[ ModulePluggable
|
||||||
|
CatalystActionREST
|
||||||
CatalystAuthenticationStoreDBIxClass
|
CatalystAuthenticationStoreDBIxClass
|
||||||
|
CatalystDevel
|
||||||
CatalystDispatchTypeRegex
|
CatalystDispatchTypeRegex
|
||||||
CatalystPluginAccessLog
|
CatalystPluginAccessLog
|
||||||
CatalystPluginAuthorizationRoles
|
CatalystPluginAuthorizationRoles
|
||||||
|
@ -91,7 +93,6 @@ in rec {
|
||||||
CatalystViewJSON
|
CatalystViewJSON
|
||||||
CatalystViewTT
|
CatalystViewTT
|
||||||
CatalystXScriptServerStarman
|
CatalystXScriptServerStarman
|
||||||
CatalystActionREST
|
|
||||||
CryptRandPasswd
|
CryptRandPasswd
|
||||||
DBDPg
|
DBDPg
|
||||||
DBDSQLite
|
DBDSQLite
|
||||||
|
@ -100,23 +101,23 @@ in rec {
|
||||||
DigestSHA1
|
DigestSHA1
|
||||||
EmailSender
|
EmailSender
|
||||||
FileSlurp
|
FileSlurp
|
||||||
LWP
|
|
||||||
LWPProtocolHttps
|
|
||||||
IOCompress
|
IOCompress
|
||||||
IPCRun
|
IPCRun
|
||||||
JSONXS
|
JSONXS
|
||||||
|
LWP
|
||||||
|
LWPProtocolHttps
|
||||||
|
NetAmazonS3
|
||||||
PadWalker
|
PadWalker
|
||||||
CatalystDevel
|
|
||||||
Readonly
|
Readonly
|
||||||
SetScalar
|
|
||||||
SQLSplitStatement
|
SQLSplitStatement
|
||||||
|
SetScalar
|
||||||
Starman
|
Starman
|
||||||
SysHostnameLong
|
SysHostnameLong
|
||||||
|
TermSizeAny
|
||||||
TestMore
|
TestMore
|
||||||
TextDiff
|
TextDiff
|
||||||
TextTable
|
TextTable
|
||||||
XMLSimple
|
XMLSimple
|
||||||
NetAmazonS3
|
|
||||||
nix git
|
nix git
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue