Verified Commit 18f764f3 authored by Roland Clobus's avatar Roland Clobus
Browse files

xb-tool moved in Debian, starting with Bookworm

parent d306e511
Loading
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -245,7 +245,11 @@ EXTERNAL_TOOLS = {
    "zipnote": {"debian": "zip", "guix": "zip"},
    "procyon": {"debian": "procyon-decompiler"},
    "dumpxsb": {"debian": "xmlbeans"},
    "xb-tool": {"debian": "libxmlb-dev", "arch": "libxmlb", "guix": "libxmlb"},
    "xb-tool": {
        "debian": "libxmlb-utils",
        "arch": "libxmlb",
        "guix": "libxmlb",
    },
    "zstd": {"debian": "zstd", "guix": "zstd"},
}