Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

carp: mark broken

+2
+2
pkgs/development/compilers/carp/default.nix
··· 56 56 homepage = "https://github.com/carp-lang/Carp"; 57 57 license = lib.licenses.asl20; 58 58 maintainers = with lib.maintainers; [ jluttine ]; 59 + # Not actively maintained at the moment 60 + broken = true; 59 61 60 62 # Windows not (yet) supported. 61 63 platforms = with lib.platforms; unix ++ darwin;