From cc4da995d97fb3e660df9dc8d701a47991841ff7 Mon Sep 17 00:00:00 2001 From: FliegendeWurst Date: Wed, 15 Jan 2025 22:52:11 +0100 Subject: [PATCH] libchewing: mark cross as broken --- pkgs/by-name/li/libchewing/package.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/by-name/li/libchewing/package.nix b/pkgs/by-name/li/libchewing/package.nix index 5fe2d1090e8a..edc6b40d7f04 100644 --- a/pkgs/by-name/li/libchewing/package.nix +++ b/pkgs/by-name/li/libchewing/package.nix @@ -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; }; })