Merge #82728: racket: enable building on aarch64

This commit is contained in:
Vladimír Čunát
2020-03-24 11:59:03 +01:00

View File

@@ -105,7 +105,7 @@ stdenv.mkDerivation rec {
homepage = https://racket-lang.org/;
license = with licenses; [ asl20 /* or */ mit ];
maintainers = with maintainers; [ kkallio henrytill vrthra ];
platforms = [ "x86_64-darwin" "x86_64-linux" ];
platforms = [ "x86_64-darwin" "x86_64-linux" "aarch64-linux" ];
broken = stdenv.isDarwin; # No support yet for setting FFI lookup path
};
}