libchewing: mark cross as broken

This commit is contained in:
FliegendeWurst
2025-01-16 09:38:38 +01:00
parent 34e731d3f4
commit cc4da995d9
+2
View File
@@ -30,5 +30,7 @@ stdenv.mkDerivation (finalAttrs: {
ShamrockLee
];
platforms = platforms.all;
# compile time tools init_database, dump_database are built for host
broken = !stdenv.buildPlatform.canExecute stdenv.hostPlatform;
};
})