carp: mark broken

This commit is contained in:
Jaakko Luttinen 2024-04-08 12:58:10 +03:00
parent 0f1b64f05b
commit c67b7cf506
No known key found for this signature in database
GPG Key ID: 7B1CE13152E6B964
1 changed files with 2 additions and 0 deletions

View File

@ -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;