about summary refs log tree commit diff
path: root/pkgs/development/compilers/carp
diff options
context:
space:
mode:
authorJaakko Luttinen <jaakko.luttinen@iki.fi>2024-04-08 12:58:10 +0300
committerJaakko Luttinen <jaakko.luttinen@iki.fi>2024-04-08 12:59:41 +0300
commitc67b7cf506bbd5245998f9fac6192dff892d6388 (patch)
treed23a936ee6fdb47b35b02b2531ee52c7ce171d46 /pkgs/development/compilers/carp
parent0f1b64f05b48ec31446938c8cff5a10190603d5e (diff)
carp: mark broken
Diffstat (limited to 'pkgs/development/compilers/carp')
-rw-r--r--pkgs/development/compilers/carp/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/compilers/carp/default.nix b/pkgs/development/compilers/carp/default.nix
index 5abb9b3fe641e..69ca47571ecc7 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;