diff --git a/pkgs/desktops/plasma-5/discover.nix b/pkgs/desktops/plasma-5/discover.nix index aa0d51c00f93..d5a48a11d8dc 100644 --- a/pkgs/desktops/plasma-5/discover.nix +++ b/pkgs/desktops/plasma-5/discover.nix @@ -69,4 +69,8 @@ mkDerivation { kxmlgui plasma-framework ]; + + # Incompatible with our current version of fwupd: + # error: 'fwupd_release_get_uri' was not declared in this scope + meta.broken = true; }