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

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