kdePackages.discover: don't build packagekit backend

Fixes #298092
This commit is contained in:
K900 2024-03-24 10:27:20 +03:00
parent ca9b89bd3a
commit a258077b2e
1 changed files with 4 additions and 0 deletions

View File

@ -11,4 +11,8 @@ mkKdeDerivation {
extraNativeBuildInputs = [pkg-config];
extraBuildInputs = [qtwebview discount flatpak fwupd];
# The PackageKit backend doesn't work for us and causes Discover
# to freak out when loading. Disable it to not confuse users.
excludeDependencies = ["packagekit-qt"];
}