mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
glpi-agent: add edid support (#412302)
This commit is contained in:
commit
c936d57413
1 changed files with 12 additions and 12 deletions
|
@ -38,38 +38,38 @@ perlPackages.buildPerlPackage rec {
|
||||||
with perlPackages;
|
with perlPackages;
|
||||||
[
|
[
|
||||||
CGI
|
CGI
|
||||||
|
CpanelJSONXS
|
||||||
|
CryptDES
|
||||||
DataStructureUtil
|
DataStructureUtil
|
||||||
|
DataUUID
|
||||||
|
DateTime
|
||||||
|
DigestSHA1
|
||||||
FileCopyRecursive
|
FileCopyRecursive
|
||||||
|
HTTPDaemon
|
||||||
HTTPProxy
|
HTTPProxy
|
||||||
HTTPServerSimple
|
HTTPServerSimple
|
||||||
HTTPServerSimpleAuthen
|
HTTPServerSimpleAuthen
|
||||||
IOCapture
|
IOCapture
|
||||||
|
IOCompress
|
||||||
IOSocketSSL
|
IOSocketSSL
|
||||||
IPCRun
|
IPCRun
|
||||||
JSON
|
JSON
|
||||||
LWPProtocolHttps
|
LWPProtocolHttps
|
||||||
ModuleInstall
|
ModuleInstall
|
||||||
|
NetPing
|
||||||
NetSNMP
|
NetSNMP
|
||||||
|
ParallelForkManager
|
||||||
|
ParseEDID
|
||||||
TestCompile
|
TestCompile
|
||||||
TestDeep
|
TestDeep
|
||||||
TestException
|
TestException
|
||||||
TestMockModule
|
TestMockModule
|
||||||
TestMockObject
|
TestMockObject
|
||||||
TestNoWarnings
|
TestNoWarnings
|
||||||
CpanelJSONXS
|
|
||||||
XMLLibXML
|
|
||||||
NetPing
|
|
||||||
ParallelForkManager
|
|
||||||
DigestSHA1
|
|
||||||
CryptDES
|
|
||||||
FileCopyRecursive
|
|
||||||
URIEscapeXS
|
|
||||||
DateTime
|
|
||||||
DataUUID
|
|
||||||
URI
|
URI
|
||||||
HTTPDaemon
|
URIEscapeXS
|
||||||
|
XMLLibXML
|
||||||
YAML
|
YAML
|
||||||
IOCompress
|
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue