emacsPackages.cedet: Mark as broken

This commit is contained in:
adisbladis 2019-08-07 23:04:01 +01:00
parent cb7d0d226e
commit c930cf74a0
No known key found for this signature in database
GPG Key ID: 110BFAD44C6249B7
1 changed files with 3 additions and 0 deletions

View File

@ -44,5 +44,8 @@ stdenv.mkDerivation rec {
license = stdenv.lib.licenses.gpl2Plus;
homepage = http://cedet.sourceforge.net/;
# Fails with `semantic-idle.el:42:1:Error: Invalid function: class-p`
broken = true;
};
}