Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

cjdns: mark broken for aarch64

ZHF: #230712

Changed files
+1
pkgs
tools
networking
cjdns
+1
pkgs/tools/networking/cjdns/default.nix
··· 70 70 license = licenses.gpl3Plus; 71 71 maintainers = with maintainers; [ ehmry ]; 72 72 platforms = platforms.linux; 73 + broken = stdenv.isAarch64; 73 74 }; 74 75 }