mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
retroarch: fix picodrive on aarch64
This commit is contained in:
parent
5542ea4287
commit
1dc1789806
1 changed files with 1 additions and 1 deletions
|
@ -786,7 +786,7 @@ in with stdenv.lib.licenses;
|
|||
SDL_CONFIG = "${SDL.dev}/bin/sdl-config";
|
||||
dontAddPrefix = true;
|
||||
configurePlatforms = [];
|
||||
meta.badPlatforms = [ "aarch64-linux" ];
|
||||
makeFlags = stdenv.lib.optional stdenv.hostPlatform.isAarch64 [ "platform=aarch64" ];
|
||||
};
|
||||
|
||||
play = mkLibRetroCore {
|
||||
|
|
Loading…
Reference in a new issue