From c67b7cf506bbd5245998f9fac6192dff892d6388 Mon Sep 17 00:00:00 2001 From: Jaakko Luttinen Date: Mon, 8 Apr 2024 12:58:10 +0300 Subject: [PATCH] carp: mark broken --- pkgs/development/compilers/carp/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/compilers/carp/default.nix b/pkgs/development/compilers/carp/default.nix index 5abb9b3fe641..69ca47571ecc 100644 --- a/pkgs/development/compilers/carp/default.nix +++ b/pkgs/development/compilers/carp/default.nix @@ -56,6 +56,8 @@ haskellPackages.mkDerivation rec { homepage = "https://github.com/carp-lang/Carp"; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ jluttine ]; + # Not actively maintained at the moment + broken = true; # Windows not (yet) supported. platforms = with lib.platforms; unix ++ darwin;