about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorAndersonTorres <torres.anderson.85@protonmail.com>2021-10-30 23:13:06 -0300
committerAndersonTorres <torres.anderson.85@protonmail.com>2021-10-31 21:25:04 -0300
commitf87e45d17e866f522a51b37dcb98f6415243a1aa (patch)
tree4e7acb9008fb0cbb63fd41abebfe80c82e286fcb /pkgs
parent27ba20dd72d523656b4aec6ce46f7c5dffb09dd4 (diff)
ucg: mark as broken for ARM64
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/text/ucg/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/tools/text/ucg/default.nix b/pkgs/tools/text/ucg/default.nix
index d81b5a14f0914..26ad59fbb8e64 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