emacsPackages.twtxt: ignore compilation error

It needs to read a file in $HOME during compilation.
This commit is contained in:
Lin Jian
2025-02-01 09:44:53 +08:00
parent acfb15f796
commit e939e32f6f
@@ -1603,6 +1603,8 @@ let
tramp-hdfs = ignoreCompilationError super.tramp-hdfs; # elisp error
twtxt = ignoreCompilationError super.twtxt; # needs to read ~/twtxt.txt
universal-emotions-emoticons = ignoreCompilationError super.universal-emotions-emoticons; # elisp error
use-package-el-get = addPackageRequires super.use-package-el-get [ self.el-get ];