forked from mirrors/nixpkgs
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:
parent
f1f7144df4
commit
3e6d4c00a9
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue