perlPackages.HTTPDaemon: 6.04 -> 6.01
This undoes6fb0e7a4e0
The only problem with 6.04 is: it got new dependencies which fail to cross-compile. Failure to cross-compile HTTP::Deamon leads to failure of LWP and XML::Parser, which are used in switch-to-configuration.pl Thus upgrade HTTPDaemon from 6.01 to 6.04 broke cross-compilation of whole system closures. (cherry picked from commitfd1ac66836
)
This commit is contained in:
parent
ed5c731b21
commit
d53042e83e
@ -7275,18 +7275,17 @@ let
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
HTTPDaemon = buildPerlModule {
|
HTTPDaemon = buildPerlPackage {
|
||||||
name = "HTTP-Daemon-6.04";
|
name = "HTTP-Daemon-6.01";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/O/OA/OALDERS/HTTP-Daemon-6.04.tar.gz;
|
url = mirror://cpan/authors/id/G/GA/GAAS/HTTP-Daemon-6.01.tar.gz;
|
||||||
sha256 = "12m8iasnmp2dh28jrgmi7z10a3gcyz85khyff2j5h7jqbs6ks1fz";
|
sha256 = "1hmd2isrkilf0q0nkxms1q64kikjmcw9imbvrjgky6kh89vqdza3";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [ HTTPMessage ];
|
propagatedBuildInputs = [ HTTPMessage ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "A simple http server class";
|
description = "A simple http server class";
|
||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
};
|
};
|
||||||
buildInputs = [ ModuleBuildTiny TestNeeds ];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
HTTPDate = buildPerlPackage {
|
HTTPDate = buildPerlPackage {
|
||||||
|
Loading…
Reference in New Issue
Block a user