mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 12:04:40 +00:00
chez: remove meta.badPlatforms
This commit is contained in:
parent
1fb5e0221f
commit
2a58797444
@ -69,7 +69,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ thoughtpolice ];
|
||||
platforms = lib.platforms.unix;
|
||||
badPlatforms = [ "aarch64-linux" "aarch64-darwin" ];
|
||||
mainProgram = "scheme";
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user