From 10cc5452978d5fa679f88d8b4e97dbbdf57cb37b Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Mon, 3 Feb 2025 14:55:21 +0100 Subject: [PATCH] libsForQt5.discover: mark as broken --- pkgs/desktops/plasma-5/discover.nix | 4 ++++ 1 file changed, 4 insertions(+) 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; }