geeqie.profile: allow Lua interpreter (#6183)

Recent versions of geeqie[1] use a Lua interpreter, like the one
currently in Arch Linux (2.2).

Without this fix it fails with:

    /usr/bin/geeqie: error while loading shared libraries: liblua.so.5.4: [...]

[1] https://www.geeqie.org/
This commit is contained in:
Fidel Ramos 2024-02-03 20:24:06 +00:00 committed by GitHub
parent ba84566004
commit 98d168f3d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,6 +10,9 @@ noblacklist ${HOME}/.cache/geeqie
noblacklist ${HOME}/.config/geeqie
noblacklist ${HOME}/.local/share/geeqie
# Allow lua (blacklisted by disable-interpreters.inc)
include allow-lua.inc
# Allow perl (blacklisted by disable-interpreters.inc)
include allow-perl.inc