emacsPackages.triples: fix build

This commit is contained in:
Lin Jian 2024-10-15 11:04:05 +08:00
parent 5bcc5b390e
commit 0848def9df
No known key found for this signature in database
GPG Key ID: A6698D36434F75A5

View File

@ -258,6 +258,10 @@ in
timerfunctions = ignoreCompilationErrorIfOlder super.timerfunctions "1.4.2.0.20201129.225252";
# kv is required in triples-test.el
# Alternatively, we can delete that file. But adding a dependency is easier.
triples = addPackageRequires super.triples [ self.kv ];
wisitoken-grammar-mode = ignoreCompilationError super.wisitoken-grammar-mode; # elisp error
xeft = super.xeft.overrideAttrs (old: {