3
0
Fork 0
forked from mirrors/nixpkgs

racket: enable building on aarch64

This commit is contained in:
Benno Fünfstück 2020-03-16 15:23:31 +01:00
parent 02fc8dc4dc
commit ef3175bcfa

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
};
}