mirror of
https://github.com/KDE/kde-linux.git
synced 2026-04-20 06:27:37 -04:00
Stop trying unsuccessfully to remove corrosion
It's needed by cxx-rust-cssparser: ``` error: failed to prepare transaction (could not satisfy dependencies) :: removing corrosion breaks dependency 'corrosion' required by kde-banana-cxx-rust-cssparser-git ```
This commit is contained in:
@@ -18,7 +18,7 @@ cp /usr/share/edk2-shell/x64/Shell.efi "$SYSTEMD_ESP_PATH/shellx64.efi"
|
||||
## Unnecessary for us
|
||||
pacman --remove --noconfirm qt6-doc qt6-examples || true
|
||||
## Rust gets static compiled anyway. No need to have it in the image
|
||||
pacman --remove --noconfirm corrosion rust || true
|
||||
pacman --remove --noconfirm rust || true
|
||||
|
||||
# No packagekit support or AppStream metadata in discover please! We don't want discover talking about pacman things.
|
||||
pacman --remove --noconfirm packagekit libpackagekit-glib archlinux-appstream-data || true
|
||||
|
||||
Reference in New Issue
Block a user