tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
carp: mark broken
Jaakko Luttinen
2 years ago
c67b7cf5
0f1b64f0
+2
1 changed file
expand all
collapse all
unified
split
pkgs
development
compilers
carp
default.nix
+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
59
+
# Not actively maintained at the moment
60
60
+
broken = true;
59
61
60
62
# Windows not (yet) supported.
61
63
platforms = with lib.platforms; unix ++ darwin;