forked from lix-project/hydra
flake.nix sort hydra-perl-deps inputs
This commit is contained in:
parent
ff7ecf50d9
commit
194eda28b7
17
flake.nix
17
flake.nix
|
@ -363,7 +363,7 @@
|
||||||
perlDeps = buildEnv {
|
perlDeps = buildEnv {
|
||||||
name = "hydra-perl-deps";
|
name = "hydra-perl-deps";
|
||||||
paths = with perlPackages; lib.closePropagation
|
paths = with perlPackages; lib.closePropagation
|
||||||
[ ModulePluggable
|
[
|
||||||
AuthenSASL
|
AuthenSASL
|
||||||
CatalystActionREST
|
CatalystActionREST
|
||||||
CatalystAuthenticationStoreDBIxClass
|
CatalystAuthenticationStoreDBIxClass
|
||||||
|
@ -382,20 +382,22 @@
|
||||||
CatalystViewDownload
|
CatalystViewDownload
|
||||||
CatalystViewJSON
|
CatalystViewJSON
|
||||||
CatalystViewTT
|
CatalystViewTT
|
||||||
CatalystXScriptServerStarman
|
|
||||||
CatalystXRoleApplicator
|
CatalystXRoleApplicator
|
||||||
|
CatalystXScriptServerStarman
|
||||||
CryptPassphrase
|
CryptPassphrase
|
||||||
CryptPassphraseArgon2
|
CryptPassphraseArgon2
|
||||||
CryptRandPasswd
|
CryptRandPasswd
|
||||||
DBDPg
|
|
||||||
DBDSQLite
|
|
||||||
DataDump
|
DataDump
|
||||||
DateTime
|
DateTime
|
||||||
|
DBDPg
|
||||||
|
DBDSQLite
|
||||||
DigestSHA1
|
DigestSHA1
|
||||||
EmailMIME
|
EmailMIME
|
||||||
EmailSender
|
EmailSender
|
||||||
FileSlurp
|
FileSlurp
|
||||||
FileWhich
|
FileWhich
|
||||||
|
final.nix.perl-bindings
|
||||||
|
git
|
||||||
IOCompress
|
IOCompress
|
||||||
IPCRun
|
IPCRun
|
||||||
JSON
|
JSON
|
||||||
|
@ -403,27 +405,26 @@
|
||||||
JSONXS
|
JSONXS
|
||||||
LWP
|
LWP
|
||||||
LWPProtocolHttps
|
LWPProtocolHttps
|
||||||
|
ModulePluggable
|
||||||
NetAmazonS3
|
NetAmazonS3
|
||||||
NetPrometheus
|
NetPrometheus
|
||||||
NetStatsd
|
NetStatsd
|
||||||
PadWalker
|
PadWalker
|
||||||
PrometheusTinyShared
|
PrometheusTinyShared
|
||||||
Readonly
|
Readonly
|
||||||
SQLSplitStatement
|
|
||||||
SetScalar
|
SetScalar
|
||||||
|
SQLSplitStatement
|
||||||
Starman
|
Starman
|
||||||
StringCompareConstantTime
|
StringCompareConstantTime
|
||||||
SysHostnameLong
|
SysHostnameLong
|
||||||
TermSizeAny
|
TermSizeAny
|
||||||
|
Test2Harness
|
||||||
TestMore
|
TestMore
|
||||||
TestPostgreSQL
|
TestPostgreSQL
|
||||||
TextDiff
|
TextDiff
|
||||||
Test2Harness
|
|
||||||
TextTable
|
TextTable
|
||||||
XMLSimple
|
XMLSimple
|
||||||
YAML
|
YAML
|
||||||
final.nix.perl-bindings
|
|
||||||
git
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue