about summary refs log tree commit diff
path: root/pkgs/applications/networking/cloudflared
diff options
context:
space:
mode:
authorRick van Schijndel <rol3517@gmail.com>2022-05-29 11:37:28 +0200
committerJanne Heß <janne@hess.ooo>2022-05-30 13:42:58 +0200
commit433701147a8a4766edd51114d186a54e19fc13cc (patch)
treedb075e7fca2700fcf2fbd05176c210a5b1fac647 /pkgs/applications/networking/cloudflared
parent010f6ee30de634c51d0c7337762dee61cb8427ea (diff)
treewide: pkgs/applications: mark broken for aarch64-linux
Diffstat (limited to 'pkgs/applications/networking/cloudflared')
-rw-r--r--pkgs/applications/networking/cloudflared/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/networking/cloudflared/default.nix b/pkgs/applications/networking/cloudflared/default.nix
index 96cddf0f42a00..72177650ffc3b 100644
--- a/pkgs/applications/networking/cloudflared/default.nix
+++ b/pkgs/applications/networking/cloudflared/default.nix
@@ -29,6 +29,7 @@ buildGoModule rec {
   doCheck = !stdenv.isDarwin;
 
   meta = with lib; {
+    broken = (stdenv.isLinux && stdenv.isAarch64);
     description = "CloudFlare Tunnel daemon (and DNS-over-HTTPS client)";
     homepage    = "https://www.cloudflare.com/products/tunnel";
     license     = licenses.asl20;