jl: mark broken

jl appears to need support added for aeson-2.0, or either building it
will aeson-1.5.
main
Dennis Gosnell 2 years ago
parent f1f7144df4
commit 3e6d4c00a9
No known key found for this signature in database
GPG Key ID: 462E0C03D11422F4
  1. 6
      pkgs/development/tools/jl/default.nix

@ -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…
Cancel
Save