forked from mirrors/nixpkgs
emacsPackages.cedet: Mark as broken
This commit is contained in:
parent
cb7d0d226e
commit
c930cf74a0
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue