shen-sbcl: mark as broken
- the build's been broken for about a year https://hydra.nixos.org/job/nixpkgs/trunk/shen-sbcl.x86_64-linux/all - noone minds the failure apparently (trying to fix) - it still seems relatively expensive to repeat these failures
This commit is contained in:
parent
e13f2e8e5a
commit
72e667204b
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ stdenv.mkDerivation rec {
|
|||
changelog = "https://github.com/Shen-Language/shen-cl/raw/v${version}/CHANGELOG.md";
|
||||
platforms = sbcl.meta.platforms;
|
||||
maintainers = with maintainers; [ bsima ];
|
||||
broken = true;
|
||||
license = licenses.bsd3;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue