Catalyst-Engine-HTTP-Prefork: mark as broken
depends on an old package which no longer compiles
This commit is contained in:
parent
3cf77dac7d
commit
750531c662
|
@ -939,6 +939,12 @@ let self = _self // overrides; _self = with self; {
|
||||||
# the end, which makes curl barf).
|
# the end, which makes curl barf).
|
||||||
../development/perl-modules/catalyst-fix-chunked-encoding.patch
|
../development/perl-modules/catalyst-fix-chunked-encoding.patch
|
||||||
];
|
];
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
# Depends on some old version of Catalyst-Runtime that contains
|
||||||
|
# Catalyst::Engine::CGI. But those version do not compile.
|
||||||
|
broken = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
CatalystManual = buildPerlPackage {
|
CatalystManual = buildPerlPackage {
|
||||||
|
|
Loading…
Reference in New Issue