mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 11:22:58 +00:00
Merge #82728: racket: enable building on aarch64
This commit is contained in:
commit
a533068c3e
@ -105,7 +105,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = https://racket-lang.org/;
|
homepage = https://racket-lang.org/;
|
||||||
license = with licenses; [ asl20 /* or */ mit ];
|
license = with licenses; [ asl20 /* or */ mit ];
|
||||||
maintainers = with maintainers; [ kkallio henrytill vrthra ];
|
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
|
broken = stdenv.isDarwin; # No support yet for setting FFI lookup path
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user