Blacklist libglib2 from ubuntu for now

This commit is contained in:
ferrreo 2024-05-11 22:07:45 +01:00
parent 90413aa526
commit 14a09f135d
2 changed files with 7 additions and 4 deletions

BIN
ppp

Binary file not shown.

View File

@ -216,5 +216,8 @@ var brokenPackages = map[string]bool{
"libnvidia-common-390": true, "libnvidia-common-390": true,
"libnvidia-common-530": true, "libnvidia-common-530": true,
"midisport-firmware": true, "midisport-firmware": true,
"libglib2.0": true, "libglib2.0-0": true,
"libglib2.0-bin": true,
"libglib2.0-dev": true,
"libglib2.0-dev-bin": true,
} }