forked from mirrors/nixpkgs
racket: enable building on aarch64
This commit is contained in:
parent
02fc8dc4dc
commit
ef3175bcfa
|
@ -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
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue