Disabled EAF
This commit is contained in:
parent
524b38e744
commit
386a004a1c
1 changed files with 5 additions and 4 deletions
|
@ -117,8 +117,9 @@ mainPackages
|
||||||
++ (builtins.attrValues extraPackages)
|
++ (builtins.attrValues extraPackages)
|
||||||
# Playing with EAF
|
# Playing with EAF
|
||||||
++ [
|
++ [
|
||||||
(pkgs.callPackage ./eaf.nix {
|
# Disabled because pymupdf was broken
|
||||||
inherit (epkgs) melpaBuild;
|
# (pkgs.callPackage ./eaf.nix {
|
||||||
inherit (melpaPackages) ctable deferred epc s;
|
# inherit (epkgs) melpaBuild;
|
||||||
})
|
# inherit (melpaPackages) ctable deferred epc s;
|
||||||
|
# })
|
||||||
]
|
]
|
||||||
|
|
Reference in a new issue