mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-28 15:54:32 +00:00
retroarch: define it using wrapRetroArch instead retroarch-bare.wrapper
This commit is contained in:
parent
2d0d7ee55a
commit
60d1565d29
@ -1456,7 +1456,7 @@ with pkgs;
|
||||
|
||||
libretro = recurseIntoAttrs (callPackage ../applications/emulators/libretro { });
|
||||
|
||||
retroarch = retroarch-bare.wrapper { };
|
||||
retroarch = wrapRetroArch { };
|
||||
|
||||
# includes only cores for platform with free licenses
|
||||
retroarch-free = retroarch.withCores (
|
||||
|
Loading…
Reference in New Issue
Block a user