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

b2sum: Disable for aarch64-linux

+2 -1
+2 -1
pkgs/tools/security/b2sum/default.nix
··· 23 23 homepage = "https://blake2.net"; 24 24 license = with licenses; [ asl20 cc0 openssl ]; 25 25 maintainers = with maintainers; [ kirelagin ]; 26 - platforms = platforms.all; 26 + # "This code requires at least SSE2." 27 + platforms = with platforms; [ "x86_64-linux" "i686-linux" ] ++ darwin; 27 28 }; 28 29 }