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

cde: Disable build on aarch64-linux

+2
+2
pkgs/tools/package-management/cde/default.nix
··· 33 33 license = licenses.gpl3; 34 34 maintainers = [ maintainers.rlupton20 ]; 35 35 platforms = platforms.linux; 36 + # error: architecture aarch64 is not supported by strace 37 + badPlatforms = [ "aarch64-linux" ]; 36 38 }; 37 39 }