jl: mark broken

jl appears to need support added for aeson-2.0, or either building it
will aeson-1.5.
This commit is contained in:
Dennis Gosnell 2022-04-21 09:47:56 +09:00
parent f1f7144df4
commit 3e6d4c00a9
No known key found for this signature in database
GPG key ID: 462E0C03D11422F4

View file

@ -34,4 +34,10 @@ mkDerivation rec {
description = "Functional sed for JSON";
maintainers = with lib.maintainers; [ fgaz ];
homepage = "https://github.com/chrisdone/jl";
# jl needs to be updated to work with aeson-2.0.
# As far as I can tell, there is unfortunately no where to report issues upstream
# for us to be able to track when upstream adds aeson-2.0 support.
hydraPlatforms = lib.platforms.none;
broken = true;
}