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.
This commit is contained in:
Tim Schumacher
2025-06-15 17:34:43 +00:00
committed by Peter Hoeg
parent 1e22c5c318
commit ef64feabae
-1
View File
@@ -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;