mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-17 03:03:37 +00:00
perlPackages.SOAPLite: add HTTPDaemon test dependency
This commit is contained in:
parent
a98d434e5e
commit
4670c3a081
@ -20028,6 +20028,7 @@ let
|
||||
license = with lib.licenses; [ artistic1 gpl1Plus ];
|
||||
};
|
||||
buildInputs = [ TestWarn XMLParserLite ];
|
||||
checkInputs = [ HTTPDaemon ];
|
||||
};
|
||||
|
||||
Socket6 = buildPerlPackage {
|
||||
|
Loading…
Reference in New Issue
Block a user