From ef64feabae6ef0f0e3025bb56a9bdc0f3152c9f2 Mon Sep 17 00:00:00 2001 From: Tim Schumacher Date: Fri, 16 May 2025 00:14:50 +0200 Subject: [PATCH] heimdall: Unmark other platforms as broken Windows with frontend depends on broken packages to compile, but there is no reason to believe that it wouldn't work once qtbase is fixed up given that the command line version works just fine. --- pkgs/by-name/he/heimdall/package.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/by-name/he/heimdall/package.nix b/pkgs/by-name/he/heimdall/package.nix index dc871b0e4232..bfa6860f0922 100644 --- a/pkgs/by-name/he/heimdall/package.nix +++ b/pkgs/by-name/he/heimdall/package.nix @@ -58,7 +58,6 @@ stdenv.mkDerivation (finalAttrs: { ]; meta = { - broken = enableGUI && !stdenv.hostPlatform.isLinux; description = "Cross-platform open-source tool suite used to flash firmware onto Samsung Galaxy devices"; homepage = "https://git.sr.ht/~grimler/Heimdall"; license = lib.licenses.mit;