libchewing: mark cross as broken (#374250)

This commit is contained in:
Arne Keller
2025-03-16 14:38:42 +01:00
committed by GitHub
+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;
};
})