emacsPackages.consult-gh: set ignoreCompilationError to false

Closes: https://github.com/NixOS/nixpkgs/issues/335411
This commit is contained in:
Lin Jian
2024-08-27 12:47:45 +08:00
parent b7881a15ff
commit edbeaa802c
@@ -30,6 +30,8 @@ melpaBuild {
propagatedUserEnvPkgs = [ gh ];
ignoreCompilationError = false;
passthru.updateScript = unstableGitUpdater { };
meta = {