From f87e45d17e866f522a51b37dcb98f6415243a1aa Mon Sep 17 00:00:00 2001 From: AndersonTorres Date: Sat, 30 Oct 2021 23:13:06 -0300 Subject: [PATCH] ucg: mark as broken for ARM64 --- pkgs/tools/text/ucg/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/tools/text/ucg/default.nix b/pkgs/tools/text/ucg/default.nix index d81b5a14f091..26ad59fbb8e6 100644 --- a/pkgs/tools/text/ucg/default.nix +++ b/pkgs/tools/text/ucg/default.nix @@ -34,7 +34,9 @@ in stdenv.mkDerivation { license = licenses.gpl3Plus; maintainers = with maintainers; [ AndersonTorres ]; platforms = with platforms; unix; + broken = stdenv.isAarch64; # cpuid.h: no such file or directory }; passthru.tests = { inherit (nixosTests) ucg; }; } +# TODO: report upstream