From 3e6d4c00a9ad98fcdceb476aab68de2f92b752b2 Mon Sep 17 00:00:00 2001 From: Dennis Gosnell Date: Thu, 21 Apr 2022 09:47:56 +0900 Subject: [PATCH] jl: mark broken jl appears to need support added for aeson-2.0, or either building it will aeson-1.5. --- pkgs/development/tools/jl/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pkgs/development/tools/jl/default.nix b/pkgs/development/tools/jl/default.nix index 15347432f70e..bc41263e96f5 100644 --- a/pkgs/development/tools/jl/default.nix +++ b/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; }