fix: remove duplicate package keys in redbear-full.toml

Python 3.14 tomllib rejects duplicate keys (strict mode).
Removed: libxkbcommon (line 121 dup), konsole (line 238 dup),
kf6-pty (line 239 dup). All kept at their first declaration.
This commit is contained in:
2026-07-09 23:17:57 +03:00
parent 5afa7182af
commit 2ed15a5e04
-4
View File
@@ -118,8 +118,6 @@ wayland-protocols = {}
redbear-compositor = {}
# Keyboard/input
libxkbcommon = {}
xkeyboard-config = {}
libevdev = {}
libinput = {}
redbear-keymapd = {}
@@ -237,8 +235,6 @@ git = "ignore"
mc = {}
#curl = "ignore" # suppressed: cascade rebuild
#git = "ignore" # suppressed: cascade rebuild
konsole = {}
kf6-pty = {}
[[files]]
path = "/lib/firmware/amdgpu"