perlPackages.SOAPLite: add HTTPDaemon test dependency

This commit is contained in:
Stig Palmquist 2022-07-23 01:26:04 +02:00
parent a98d434e5e
commit 4670c3a081
No known key found for this signature in database
GPG Key ID: 6A0B75A8D9DCC005

View File

@ -20028,6 +20028,7 @@ let
license = with lib.licenses; [ artistic1 gpl1Plus ];
};
buildInputs = [ TestWarn XMLParserLite ];
checkInputs = [ HTTPDaemon ];
};
Socket6 = buildPerlPackage {