diff options
Diffstat (limited to 'etc/pacman.conf')
| -rw-r--r-- | etc/pacman.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/pacman.conf b/etc/pacman.conf index 7097940..a2cba6c 100644 --- a/etc/pacman.conf +++ b/etc/pacman.conf @@ -27,6 +27,12 @@ Architecture = auto IgnorePkg = llama.cpp-vulkan #IgnoreGroup = +# external-editor-revived (AUR) hard-depends on `thunderbird`, but we run +# Thunderbird as the org.mozilla.thunderbird flatpak instead. Tell pacman to +# pretend the system thunderbird package is installed so the dep is satisfied +# without pulling in the binary. Version is arbitrary — only the name matches. +AssumeInstalled = thunderbird=999.0-1 + #NoUpgrade = #NoExtract = |
