[cpan2nix] perlPackages.HTTPDaemon: cleanup

This commit is contained in:
volth 2018-04-07 07:56:27 +00:00
parent 3b3933936e
commit 1781eafcb1

View File

@ -7002,7 +7002,7 @@ let self = _self // overrides; _self = with self; {
url = mirror://cpan/authors/id/G/GA/GAAS/HTTP-Daemon-6.01.tar.gz;
sha256 = "1hmd2isrkilf0q0nkxms1q64kikjmcw9imbvrjgky6kh89vqdza3";
};
propagatedBuildInputs = [ HTTPDate HTTPMessage LWPMediaTypes ];
propagatedBuildInputs = [ HTTPMessage ];
meta = {
description = "A simple http server class";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];