haskell.compiler.ghc865Binary: clean up unused aarch64-linux src

GHC 8.6.5 binary is essentially broken on aarch64-linux, hence the
platform has been removed from meta in the past. We can also drop the
corresponding src data to lessen confusion.

+6 -5
+6 -5
pkgs/development/compilers/ghc/8.6.5-binary.nix
··· 66 66 url = "${downloadsUrl}/${version}/ghc-${version}-x86_64-fedora27-linux.tar.xz"; 67 67 sha256 = "18dlqm5d028fqh6ghzn7pgjspr5smw030jjzl3kq6q1kmwzbay6g"; 68 68 }; 69 - aarch64-linux = { 70 - url = "${downloadsUrl}/${version}/ghc-${version}-aarch64-ubuntu18.04-linux.tar.xz"; 71 - sha256 = "11n7l2a36i5vxzzp85la2555q4m34l747g0pnmd81cp46y85hlhq"; 72 - }; 73 69 x86_64-darwin = { 74 70 url = "${downloadsUrl}/${version}/ghc-${version}-x86_64-apple-darwin.tar.xz"; 75 71 sha256 = "0s9188vhhgf23q3rjarwhbr524z6h2qga5xaaa2pma03sfqvvhfz"; ··· 216 212 217 213 meta = rec { 218 214 license = lib.licenses.bsd3; 219 - platforms = ["x86_64-linux" "i686-linux" "x86_64-darwin" "powerpc64le-linux" ]; 215 + platforms = [ 216 + "x86_64-linux" 217 + "i686-linux" 218 + "x86_64-darwin" 219 + "powerpc64le-linux" 220 + ]; 220 221 # build segfaults, use ghc8102Binary which has proper musl support instead 221 222 broken = stdenv.hostPlatform.isMusl; 222 223 maintainers = with lib.maintainers; [